MCPcopy Index your code
hub / github.com/cockroachdb/errors / Format

Method Format

fmttests/format_error_test.go:90–90  ·  view source on GitHub ↗

Format implements the fmt.Formatter interface.

(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

88
89// Format implements the fmt.Formatter interface.
90func (ef *fmter) Format(s fmt.State, verb rune) { _, _ = s.Write([]byte("hello")) }
91
92func TestFormat(t *testing.T) {
93 tt := testutils.T{t}

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected