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

Method Errorf

internal/testify/assert/assertion_compare_test.go:103–106  ·  view source on GitHub ↗

Implements TestingT

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

Source from the content-addressed store, hash-verified

101
102// Implements TestingT
103func (t *outputT) Errorf(format string, args ...interface{}) {
104 s := fmt.Sprintf(format, args...)
105 t.buf.WriteString(s)
106}
107
108func (t *outputT) Helper() {
109 if t.helpers == nil {

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected