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

Method Print

errbase/format_error.go:911–914  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

909}
910
911func (s *safePrinter) Print(args ...interface{}) {
912 s.enhanceArgs(args)
913 redact.Fprint((*state)(s), args...)
914}
915
916func (s *safePrinter) Printf(format string, args ...interface{}) {
917 s.enhanceArgs(args)

Callers

nothing calls this directly

Calls 1

enhanceArgsMethod · 0.95

Tested by

no test coverage detected