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

Method Format

fmttests/format_error_test.go:528–528  ·  view source on GitHub ↗
(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

526
527func (e *errFmtp) Error() string { return e.msg }
528func (e *errFmtp) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) }
529
530// werrFmtp is like errFmtp but is a wrapper.
531type werrFmtp struct {

Callers

nothing calls this directly

Calls 1

FormatErrorFunction · 0.92

Tested by

no test coverage detected