ShareIn takes a Handle for an object on another Node and creates a remote/peer object on the local node to access it. it returns the handle to the local object.
(ctx context.Context, host NodeID, h Handle)
| 27 | // creates a remote/peer object on the local node to access it. |
| 28 | // it returns the handle to the local object. |
| 29 | ShareIn(ctx context.Context, host NodeID, h Handle) (Handle, error) |
| 30 | // Inspect inspects whatever the object is and returns an Info object. |
| 31 | Inspect(ctx context.Context, h Handle) (Info, error) |
| 32 | } |
no outgoing calls
no test coverage detected