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

Method SafeFormatError

errbase/format_error_internal_test.go:93–96  ·  view source on GitHub ↗
(p Printer)

Source from the content-addressed store, hash-verified

91}
92
93func (e *wrapNoElideCauses) SafeFormatError(p Printer) (next error) {
94 p.Print(e.prefix)
95 return e.causes[0]
96}
97
98var _ SafeFormatter = &wrapNoElideCauses{}
99

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected