(this: Top, key: Context.Key<any, any>, value: any)
| 809 | }) |
| 810 | }, |
| 811 | annotate(this: Top, key: Context.Key<any, any>, value: any) { |
| 812 | return makeProto({ |
| 813 | ...optionsFromEndpoint(this), |
| 814 | annotations: Context.add(this.annotations, key, value) |
| 815 | }) |
| 816 | }, |
| 817 | annotateMerge(this: Top, annotations: Context.Context<any>) { |
| 818 | return makeProto({ |
| 819 | ...optionsFromEndpoint(this), |
nothing calls this directly
no test coverage detected