ShareOut creates a copy of the handle according to the mask, and the sharing rules for the handles actions.
(ctx context.Context, h Handle, to NodeID, mask ActionSet)
| 23 | // ShareOut creates a copy of the handle according to the mask, and the |
| 24 | // sharing rules for the handles actions. |
| 25 | ShareOut(ctx context.Context, h Handle, to NodeID, mask ActionSet) (*Handle, error) |
| 26 | // ShareIn takes a Handle for an object on another Node and |
| 27 | // creates a remote/peer object on the local node to access it. |
| 28 | // it returns the handle to the local object. |
no outgoing calls
no test coverage detected