* Annotate the entity with a value.
(tag: Context.Tag<I, S>, value: S)
| 87 | * Annotate the entity with a value. |
| 88 | */ |
| 89 | annotate<I, S>(tag: Context.Tag<I, S>, value: S): Entity<Type, Rpcs> |
| 90 | |
| 91 | /** |
| 92 | * Annotate the Rpc's above this point with a value. |
no outgoing calls
no test coverage detected