* Annotate the Rpc's above this point with a context object.
(context: Context.Context<S>)
| 102 | * Annotate the Rpc's above this point with a context object. |
| 103 | */ |
| 104 | annotateRpcsContext<S>(context: Context.Context<S>): Entity<Type, Rpcs> |
| 105 | |
| 106 | /** |
| 107 | * Create a client for this entity. |
no outgoing calls
no test coverage detected