MCPcopy
hub / github.com/expr-lang/expr / Failf

Method Failf

internal/testify/assert/assertion_forward.go:428–433  ·  view source on GitHub ↗

Failf reports a failure through

(failureMessage string, msg string, args ...interface{})

Source from the content-addressed store, hash-verified

426
427// Failf reports a failure through
428func (a *Assertions) Failf(failureMessage string, msg string, args ...interface{}) bool {
429 if h, ok := a.t.(tHelper); ok {
430 h.Helper()
431 }
432 return Failf(a.t, failureMessage, msg, args...)
433}
434
435// False asserts that the specified value is false.
436//

Callers

nothing calls this directly

Calls 2

FailfFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected