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

Method Format

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

Format implements the fmt.Formatter interface.

(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

83
84// Format implements the fmt.Formatter interface.
85func (ef *fmtWrap) Format(s fmt.State, verb rune) { errbase.FormatError(ef.err, s, verb) }
86
87type fmter struct{}
88

Callers

nothing calls this directly

Calls 1

FormatErrorFunction · 0.92

Tested by

no test coverage detected