| 120 | } |
| 121 | |
| 122 | type peerStatsHandler struct { |
| 123 | args []peerStats |
| 124 | mu sync.Mutex |
| 125 | } |
| 126 | |
| 127 | func (h *peerStatsHandler) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context { |
| 128 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected