Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
(p *Printer) Println(a ...any) {
49
fmt.Fprintln(p.out, a...)
50
}
51
52
func
(p *Printer) Print(a ...any) {
53
fmt.Fprint(p.out, a...)
Callers
15
PromptMaxIterationsContinue
Method · 0.95
PromptOAuthAuthorization
Method · 0.95
runAPICommand
Method · 0.95
runDebugToolsetsCommand
Method · 0.95
runDebugSkillsCommand
Method · 0.95
runModelsListCommand
Method · 0.95
runAliasListCommand
Function · 0.95
runPullCommand
Method · 0.95
runChatCommand
Method · 0.95
runA2ACommand
Method · 0.95
runSandboxAllowCommand
Function · 0.95
runSandboxListCommand
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected