(this: Entity<string, any>, tag: Context.Tag<I, S>, value: S)
| 220 | return fromRpcGroup(this.type, this.protocol.annotate(tag, value)) |
| 221 | }, |
| 222 | annotateRpcs<I, S>(this: Entity<string, any>, tag: Context.Tag<I, S>, value: S) { |
| 223 | return fromRpcGroup(this.type, this.protocol.annotateRpcs(tag, value)) |
| 224 | }, |
| 225 | annotateContext<S>(this: Entity<string, any>, context: Context.Context<S>) { |
| 226 | return fromRpcGroup(this.type, this.protocol.annotateContext(context)) |
| 227 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…