MCPcopy
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
52func (p *Printer) Print(a ...any) {
53 fmt.Fprint(p.out, a...)
54}
55
56func (p *Printer) Printf(format string, a ...any) {
57 fmt.Fprintf(p.out, format, a...)

Callers 6

RunFunction · 0.80
runFunction · 0.80
chatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected