* Annotate the Rpc's above this point with a value.
(service: Context.Key<I, S>, value: S)
| 154 | * Annotate the Rpc's above this point with a value. |
| 155 | */ |
| 156 | annotateRpcs<I, S>(service: Context.Key<I, S>, value: S): RpcGroup<R> |
| 157 | |
| 158 | /** |
| 159 | * Annotate the group with the provided annotations. |
no outgoing calls
no test coverage detected