* Annotate the Rpc's above this point with a value.
(tag: Context.Tag<I, S>, value: S)
| 142 | * Annotate the Rpc's above this point with a value. |
| 143 | */ |
| 144 | annotateRpcs<I, S>(tag: Context.Tag<I, S>, value: S): RpcGroup<R> |
| 145 | |
| 146 | /** |
| 147 | * Annotate the group with a context object. |
no outgoing calls
no test coverage detected