| 248 | } |
| 249 | |
| 250 | type mockStatsHandler struct { |
| 251 | rpcStatsCh chan stats.RPCStats |
| 252 | } |
| 253 | |
| 254 | func (h *mockStatsHandler) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context { |
| 255 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected