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

Method Format

markers/markers.go:249–249  ·  view source on GitHub ↗
(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

247func (m *withMark) Unwrap() error { return m.cause }
248
249func (m *withMark) Format(s fmt.State, verb rune) { errbase.FormatError(m, s, verb) }
250
251func (m *withMark) SafeFormatError(p errbase.Printer) error {
252 if p.Detail() {

Callers

nothing calls this directly

Calls 1

FormatErrorFunction · 0.92

Tested by

no test coverage detected