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

Method Errorf

internal/testify/assert/assertions_test.go:2780–2782  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

2778}
2779
2780func (t *errorsCapturingT) Errorf(format string, args ...interface{}) {
2781 t.errors = append(t.errors, fmt.Errorf(format, args...))
2782}
2783
2784func (t *errorsCapturingT) Helper() {}
2785

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected