| 174 | } |
| 175 | |
| 176 | type clientStatsHandler struct { |
| 177 | to TraceOptions |
| 178 | } |
| 179 | |
| 180 | // TagConn exists to satisfy stats.Handler. |
| 181 | func (csh *clientStatsHandler) TagConn(ctx context.Context, _ *stats.ConnTagInfo) context.Context { |
nothing calls this directly
no outgoing calls
no test coverage detected