Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ Detail
Method
Detail
errbase/format_error.go:907–909 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
905
type
safePrinter state
906
907
func
(s *safePrinter) Detail() bool {
908
return
((*state)(s)).detail()
909
}
910
911
func
(s *safePrinter) Print(args ...
interface
{}) {
912
s.enhanceArgs(args)
Callers
nothing calls this directly
Calls
1
detail
Method · 0.80
Tested by
no test coverage detected