| 3650 | } |
| 3651 | |
| 3652 | type captureTestingT struct { |
| 3653 | failed bool |
| 3654 | msg string |
| 3655 | } |
| 3656 | |
| 3657 | // Helper is like [testing.T.Helper] but does nothing. |
| 3658 | func (captureTestingT) Helper() {} |
nothing calls this directly
no outgoing calls
no test coverage detected