(this: Entity<string, any>, annotations: Context.Context<S>)
| 257 | return fromRpcGroup(this.type, this.protocol.annotateRpcs(key, value)) |
| 258 | }, |
| 259 | annotateMerge<S>(this: Entity<string, any>, annotations: Context.Context<S>) { |
| 260 | return fromRpcGroup(this.type, this.protocol.annotateMerge(annotations)) |
| 261 | }, |
| 262 | annotateRpcsMerge<S>(this: Entity<string, any>, annotations: Context.Context<S>) { |
| 263 | return fromRpcGroup(this.type, this.protocol.annotateRpcsMerge(annotations)) |
| 264 | }, |
nothing calls this directly
no test coverage detected