| 602 | } |
| 603 | |
| 604 | type retryStatsHandler struct { |
| 605 | mu sync.Mutex |
| 606 | s []stats.RPCStats |
| 607 | } |
| 608 | |
| 609 | func (*retryStatsHandler) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context { |
| 610 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected