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

Method Printf

errbase/format_error.go:916–919  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

914}
915
916func (s *safePrinter) Printf(format string, args ...interface{}) {
917 s.enhanceArgs(args)
918 redact.Fprintf((*state)(s), format, args...)
919}
920
921func (s *safePrinter) enhanceArgs(args []interface{}) {
922 prevStack := s.lastStack

Callers

nothing calls this directly

Calls 1

enhanceArgsMethod · 0.95

Tested by

no test coverage detected