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

Function fprintln

cli/command/system/info.go:509–511  ·  view source on GitHub ↗
(w io.Writer, a ...any)

Source from the content-addressed store, hash-verified

507}
508
509func fprintln(w io.Writer, a ...any) {
510 _, _ = fmt.Fprintln(w, a...)
511}
512
513func fprintlnNonEmpty(w io.Writer, label, value string) {
514 if value != "" {

Callers 6

addServerInfoFunction · 0.85
prettyPrintInfoFunction · 0.85
prettyPrintClientInfoFunction · 0.85
prettyPrintServerInfoFunction · 0.85
printSwarmInfoFunction · 0.85
formatInfoFunction · 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…