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

Method Printf

pkg/cli/printer.go:56–58  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

54}
55
56func (p *Printer) Printf(format string, a ...any) {
57 fmt.Fprintf(p.out, format, a...)
58}
59
60// PrintWelcomeMessage prints the welcome message
61func (p *Printer) PrintWelcomeMessage(appName string) {

Callers 15

PrintWelcomeMessageMethod · 0.95
PrintErrorMethod · 0.95
PrintWarningMethod · 0.95
PrintAgentNameMethod · 0.95
PrintToolCallMethod · 0.95
PrintToolCallResponseMethod · 0.95
runPushCommandFunction · 0.95
runDebugSkillsCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected