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

Method Print

errbase/formatter.go:88–88  ·  view source on GitHub ↗

Print appends args to the message output.

(args ...interface{})

Source from the content-addressed store, hash-verified

86type Printer interface {
87 // Print appends args to the message output.
88 Print(args ...interface{})
89
90 // Printf writes a formatted string.
91 Printf(format string, args ...interface{})

Callers 15

FormatErrorMethod · 0.65
SafeFormatErrorMethod · 0.65
FormatErrorMethod · 0.65
SafeFormatErrorMethod · 0.65
FormatErrorMethod · 0.65
SafeFormatErrorMethod · 0.65
FormatErrorMethod · 0.65
SafeFormatErrorMethod · 0.65
FormatErrorMethod · 0.65
SafeFormatErrorMethod · 0.65
SafeFormatErrorMethod · 0.65
FormatErrorMethod · 0.65

Calls

no outgoing calls

Tested by 15

FormatErrorMethod · 0.52
FormatErrorMethod · 0.52
FormatErrorMethod · 0.52
SafeFormatErrorMethod · 0.52
FormatErrorMethod · 0.52
FormatErrorMethod · 0.52
FormatErrorMethod · 0.52
SafeFormatErrorMethod · 0.52
SafeFormatErrorMethod · 0.52
FormatErrorMethod · 0.52
FormatErrorMethod · 0.52
FormatErrorMethod · 0.52