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

Method Error

errutil/redactable.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22var _ errbase.SafeDetailer = (*leafError)(nil)
23
24func (l *leafError) Error() string { return l.msg.StripMarkers() }
25func (l *leafError) Format(s fmt.State, verb rune) { errbase.FormatError(l, s, verb) }
26func (l *leafError) SafeFormatError(p errbase.Printer) (next error) {
27 p.Print(l.msg)

Callers 4

encodeLeafFunction · 0.45
ErrorMethod · 0.45
encodeWithPrefixFunction · 0.45
encodeWithNewMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected