MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Print

Method Print

cf/trace/combined_printer.go:9–13  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

7}
8
9func (p combinedPrinter) Print(v ...interface{}) {
10 for _, printer := range p {
11 printer.Print(v...)
12 }
13}
14
15func (p combinedPrinter) Printf(format string, v ...interface{}) {
16 for _, printer := range p {

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected