(this: Top, annotation: Context.Key<I, S>, value: S)
| 346 | }) |
| 347 | }, |
| 348 | annotateEndpoints<I, S>(this: Top, annotation: Context.Key<I, S>, value: S) { |
| 349 | return makeProto({ |
| 350 | ...optionsFromGroup(this), |
| 351 | endpoints: Record.map(this.endpoints, (endpoint) => endpoint.annotate(annotation, value)) |
| 352 | }) |
| 353 | }, |
| 354 | pipe() { |
| 355 | return pipeArguments(this, arguments) |
| 356 | } |
nothing calls this directly
no test coverage detected