Function
annotate
(this: HttpApiEndpoint.AnyWithProps, tag: Context.Tag<any, any>, value: any)
Source from the content-addressed store, hash-verified
| 814 | }) |
| 815 | }, |
| 816 | annotate(this: HttpApiEndpoint.AnyWithProps, tag: Context.Tag<any, any>, value: any) { |
| 817 | return makeProto({ |
| 818 | ...this, |
| 819 | annotations: Context.add(this.annotations, tag, value) |
| 820 | }) |
| 821 | }, |
| 822 | annotateContext(this: HttpApiEndpoint.AnyWithProps, context: Context.Context<any>) { |
| 823 | return makeProto({ |
| 824 | ...this, |
Callers
nothing calls this directly
Tested by
no test coverage detected