* Annotate the `HttpApi` with a Context.
(context: Context.Context<I>)
| 105 | * Annotate the `HttpApi` with a Context. |
| 106 | */ |
| 107 | annotateContext<I>(context: Context.Context<I>): HttpApi<Id, Groups, E, R> |
| 108 | } |
| 109 | |
| 110 | /** |
no outgoing calls
no test coverage detected