nilable(object)
(t TestingT, object interface{}, msgAndArgs ...interface{})
| 39 | |
| 40 | // nilable(object) |
| 41 | func NoError(t TestingT, object interface{}, msgAndArgs ...interface{}) bool { return true } |
| 42 | |
| 43 | // nilable(object) |
| 44 | func NoErrorf(t TestingT, object interface{}, msg string, args ...interface{}) bool { return true } |
nothing calls this directly
no outgoing calls
no test coverage detected