* Merge the annotations of the rpc with the provided annotations.
(
annotations: Context.Context<I>
)
| 164 | * Merge the annotations of the rpc with the provided annotations. |
| 165 | */ |
| 166 | annotateMerge<I>( |
| 167 | annotations: Context.Context<I> |
| 168 | ): Rpc<Tag, Payload, Success, Error, Middleware, Requires> |
| 169 | } |
no outgoing calls
no test coverage detected