MCPcopy Create free account
hub / github.com/cockroachdb/redact / Fprintf

Function Fprintf

markers_print.go:85–87  ·  view source on GitHub ↗

Fprintf is like Sprintf but outputs the redactable string to the provided Writer.

(w io.Writer, format string, args ...interface{})

Source from the content-addressed store, hash-verified

83// Fprintf is like Sprintf but outputs the redactable string to the
84// provided Writer.
85func Fprintf(w io.Writer, format string, args ...interface{}) (n int, err error) {
86 return rfmt.Fprintf(w, format, args...)
87}

Callers 2

TestPrinterFunction · 0.70
TestRedactStreamFunction · 0.70

Calls 1

FprintfFunction · 0.92

Tested by 2

TestPrinterFunction · 0.56
TestRedactStreamFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…