MeshxRpc.Protocol.Default.node_ref
You're seeing just the function
node_ref
, go back to MeshxRpc.Protocol.Default module for more information.
Specs
node_ref() :: binary()
Returns node reference as Node.self()
converted to string with length limited to 255 characters.
iex(1)> MeshxRpc.Protocol.Default.node_ref()
"nonode@nohost"