* Add an annotation on the rpc.
(
tag: Context.Key<I, S>,
value: NoInfer<S>
)
| 156 | * Add an annotation on the rpc. |
| 157 | */ |
| 158 | annotate<I, S>( |
| 159 | tag: Context.Key<I, S>, |
| 160 | value: NoInfer<S> |
| 161 | ): Rpc<Tag, Payload, Success, Error, Middleware, Requires> |
no outgoing calls
no test coverage detected