* Annotate the Rpc's above this point with a value.
(tag: Context.Tag<I, S>, value: S)
| 92 | * Annotate the Rpc's above this point with a value. |
| 93 | */ |
| 94 | annotateRpcs<I, S>(tag: Context.Tag<I, S>, value: S): Entity<Type, Rpcs> |
| 95 | |
| 96 | /** |
| 97 | * Annotate the entity with a context object. |
no outgoing calls
no test coverage detected