MCPcopy Create free account
hub / github.com/cockroachdb/errors / Format

Method Format

domains/with_domain.go:60–60  ·  view source on GitHub ↗
(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

58}
59
60func (e *withDomain) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) }
61
62func (e *withDomain) SafeFormatError(p errbase.Printer) error {
63 if p.Detail() {

Callers

nothing calls this directly

Calls 1

FormatErrorFunction · 0.92

Tested by

no test coverage detected