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

Method Print

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

Source from the content-addressed store, hash-verified

872}
873
874func (s *printer) Print(args ...interface{}) {
875 s.enhanceArgs(args)
876 fmt.Fprint((*state)(s), args...)
877}
878
879func (s *printer) Printf(format string, args ...interface{}) {
880 s.enhanceArgs(args)

Callers

nothing calls this directly

Calls 1

enhanceArgsMethod · 0.95

Tested by

no test coverage detected