* Annotate the entity with a value.
(key: Context.Key<I, S>, value: S)
| 98 | * Annotate the entity with a value. |
| 99 | */ |
| 100 | annotate<I, S>(key: Context.Key<I, S>, value: S): Entity<Type, Rpcs> |
| 101 | |
| 102 | /** |
| 103 | * Annotate the Rpc's above this point with a value. |
no outgoing calls
no test coverage detected