InspectHandle returns info about a handle.
(ctx context.Context, h Handle)
| 20 | KeepAlive(ctx context.Context, hs []Handle) error |
| 21 | // InspectHandle returns info about a handle. |
| 22 | InspectHandle(ctx context.Context, h Handle) (*HandleInfo, error) |
| 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) |
no outgoing calls
no test coverage detected