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

Method Failf

internal/testify/require/require_forward.go:430–435  ·  view source on GitHub ↗

Failf reports a failure through

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FailfFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected