MCPcopy Index your code
hub / github.com/docker/cli / fprintf

Function fprintf

cli/command/system/info.go:505–507  ·  view source on GitHub ↗
(w io.Writer, format string, a ...any)

Source from the content-addressed store, hash-verified

503}
504
505func fprintf(w io.Writer, format string, a ...any) {
506 _, _ = fmt.Fprintf(w, format, a...)
507}
508
509func fprintln(w io.Writer, a ...any) {
510 _, _ = fmt.Fprintln(w, a...)

Callers 3

prettyPrintClientInfoFunction · 0.85
prettyPrintServerInfoFunction · 0.85
printSwarmInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…