| 121 | } |
| 122 | |
| 123 | type cancelReporter struct { |
| 124 | t TestHelper |
| 125 | cancel func() |
| 126 | } |
| 127 | |
| 128 | func (r *cancelReporter) Errorf(format string, args ...any) { |
| 129 | r.t.Errorf(format, args...) |
nothing calls this directly
no outgoing calls
no test coverage detected