* Annotate the entity with a context object.
(context: Context.Context<S>)
| 97 | * Annotate the entity with a context object. |
| 98 | */ |
| 99 | annotateContext<S>(context: Context.Context<S>): Entity<Type, Rpcs> |
| 100 | |
| 101 | /** |
| 102 | * Annotate the Rpc's above this point with a context object. |
no outgoing calls
no test coverage detected