Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
93
func
(e *wrapNoElideCauses) SafeFormatError(p Printer) (next error) {
94
p.Print(e.prefix)
95
return
e.causes[0]
96
}
97
98
var
_ SafeFormatter = &wrapNoElideCauses{}
99
Callers
nothing calls this directly
Calls
1
Print
Method · 0.65
Tested by
no test coverage detected