| 3041 | } |
| 3042 | |
| 3043 | type mockTestingT struct { |
| 3044 | errorFmt string |
| 3045 | args []interface{} |
| 3046 | } |
| 3047 | |
| 3048 | // Helper is like [testing.T.Helper] but does nothing. |
| 3049 | func (mockTestingT) Helper() {} |
nothing calls this directly
no outgoing calls
no test coverage detected