MCPcopy 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

905type safePrinter state
906
907func (s *safePrinter) Detail() bool {
908 return ((*state)(s)).detail()
909}
910
911func (s *safePrinter) Print(args ...interface{}) {
912 s.enhanceArgs(args)

Callers

nothing calls this directly

Calls 1

detailMethod · 0.80

Tested by

no test coverage detected