MCPcopy Create free account
hub / github.com/expr-lang/expr / Errorf

Method Errorf

internal/testify/require/requirements_test.go:34–36  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

32}
33
34func (t *MockT) Errorf(format string, args ...interface{}) {
35 _, _ = format, args
36}
37
38func TestImplements(t *testing.T) {
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected