MCPcopy
hub / github.com/uber-go/nilaway / NoError

Function NoError

testdata/src/stubs/github.com/stretchr/testify/assert/assert.go:41–41  ·  view source on GitHub ↗

nilable(object)

(t TestingT, object interface{}, msgAndArgs ...interface{})

Source from the content-addressed store, hash-verified

39
40// nilable(object)
41func NoError(t TestingT, object interface{}, msgAndArgs ...interface{}) bool { return true }
42
43// nilable(object)
44func NoErrorf(t TestingT, object interface{}, msg string, args ...interface{}) bool { return true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected