* Annotate the entity with the given annotations.
(annotation: Context.Context<S>)
| 108 | * Annotate the entity with the given annotations. |
| 109 | */ |
| 110 | annotateMerge<S>(annotation: Context.Context<S>): Entity<Type, Rpcs> |
| 111 | |
| 112 | /** |
| 113 | * Annotate the Rpc's above this point with a context object. |
no outgoing calls
no test coverage detected