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

Method Detail

errbase/format_error.go:870–872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

868}
869
870func (s *printer) Detail() bool {
871 return ((*state)(s)).detail()
872}
873
874func (s *printer) Print(args ...interface{}) {
875 s.enhanceArgs(args)

Callers

nothing calls this directly

Calls 1

detailMethod · 0.80

Tested by

no test coverage detected