| 7167 | } |
| 7168 | |
| 7169 | type statsHandlerRecordEvents struct { |
| 7170 | mu sync.Mutex |
| 7171 | s []stats.RPCStats |
| 7172 | } |
| 7173 | |
| 7174 | func (*statsHandlerRecordEvents) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context { |
| 7175 | return ctx |
nothing calls this directly
no outgoing calls
no test coverage detected