(this: Entity<string, any>, context: Context.Context<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 | }, |
| 228 | annotateRpcsContext<S>(this: Entity<string, any>, context: Context.Context<S>) { |
| 229 | return fromRpcGroup(this.type, this.protocol.annotateRpcsContext(context)) |
| 230 | }, |
nothing calls this directly
no test coverage detected