* Annotate the `HttpApi`.
(tag: Context.Key<I, S>, value: S)
| 107 | * Annotate the `HttpApi`. |
| 108 | */ |
| 109 | annotate<I, S>(tag: Context.Key<I, S>, value: S): HttpApi<Id, Groups> |
| 110 | |
| 111 | /** |
| 112 | * Annotate the `HttpApi` with a Context. |
no outgoing calls
no test coverage detected