MCPcopy
hub / github.com/docker/docker-agent / Println

Method Println

pkg/cli/printer.go:48–50  ·  view source on GitHub ↗
(a ...any)

Source from the content-addressed store, hash-verified

46}
47
48func (p *Printer) Println(a ...any) {
49 fmt.Fprintln(p.out, a...)
50}
51
52func (p *Printer) Print(a ...any) {
53 fmt.Fprint(p.out, a...)

Callers 15

runAPICommandMethod · 0.95
runDebugSkillsCommandMethod · 0.95
runModelsListCommandMethod · 0.95
runAliasListCommandFunction · 0.95
runPullCommandMethod · 0.95
runChatCommandMethod · 0.95
runA2ACommandMethod · 0.95
runSandboxAllowCommandFunction · 0.95
runSandboxListCommandFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected