| 103 | } |
| 104 | |
| 105 | type fakeStatsHandler struct { |
| 106 | labels map[string]string |
| 107 | |
| 108 | t *testing.T |
| 109 | } |
| 110 | |
| 111 | func (fsh *fakeStatsHandler) TagConn(ctx context.Context, _ *stats.ConnTagInfo) context.Context { |
| 112 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected