Function
annotateContext
(this: HttpApiEndpoint.AnyWithProps, context: Context.Context<any>)
Source from the content-addressed store, hash-verified
| 820 | }) |
| 821 | }, |
| 822 | annotateContext(this: HttpApiEndpoint.AnyWithProps, context: Context.Context<any>) { |
| 823 | return makeProto({ |
| 824 | ...this, |
| 825 | annotations: Context.merge(this.annotations, context) |
| 826 | }) |
| 827 | } |
| 828 | } |
| 829 | |
| 830 | const makeProto = < |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…