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

Method Errorf

internal/testify/assert/assertions.go:1904–1906  ·  view source on GitHub ↗

Errorf collects the error.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

1902
1903// Errorf collects the error.
1904func (c *CollectT) Errorf(format string, args ...interface{}) {
1905 c.errors = append(c.errors, fmt.Errorf(format, args...))
1906}
1907
1908// FailNow panics.
1909func (*CollectT) FailNow() {

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected