Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ Print
Method
Print
pkg/cli/printer.go:52–54 ·
view source on GitHub ↗
(a ...any)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(p *Printer) Print(a ...any) {
53
fmt.Fprint(p.out, a...)
54
}
55
56
func
(p *Printer) Printf(format string, a ...any) {
57
fmt.Fprintf(p.out, format, a...)
Callers
6
PrintToolCallWithConfirmation
Method · 0.95
PromptMaxIterationsContinue
Method · 0.95
PromptOAuthAuthorization
Method · 0.95
Run
Function · 0.80
run
Function · 0.80
chat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected