MeshxRpc.Client.call

You're seeing just the callback call, go back to MeshxRpc.Client module for more information.
Link to this callback

call(request, args, timeout, retry, retry_sleep)

View Source (optional)

Specs

call(
  request :: atom(),
  args :: list(),
  timeout :: timeout(),
  retry :: pos_integer(),
  retry_sleep :: non_neg_integer()
) :: term() | {:error_rpc, reason :: term()}

Makes a synchronous RPC call request to the server and waits for its reply.