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

Method PrintWarning

internal/tui/note.go:70–72  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

68}
69
70func (o Output) PrintWarning(format string, args ...any) {
71 o.printNoteWithOptions(format, args, withHeader(warningHeader))
72}

Callers 1

maybePrintEnvAuthWarningFunction · 0.80

Calls 2

printNoteWithOptionsMethod · 0.95
withHeaderFunction · 0.85

Tested by

no test coverage detected