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

Method Printf

cf/trace/printer.go:7–7  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

5type Printer interface {
6 Print(v ...interface{})
7 Printf(format string, v ...interface{})
8 Println(v ...interface{})
9 WritesToConsole() bool
10}

Callers 15

mainFunction · 0.65
respondWithJSONFunction · 0.65
brokerCatalogFunction · 0.65
brokerProvisionInstanceFunction · 0.65
brokerRetrieveInstanceFunction · 0.65
brokerUpdateInstanceFunction · 0.65
brokerBindFunction · 0.65
brokerGetBindingFunction · 0.65
brokerUnbindFunction · 0.65
brokerLastOperationFunction · 0.65
AppFunction · 0.65

Implementers 2

LoggerPrintercf/trace/writer_printer.go
FakePrintercf/trace/tracefakes/fake_printer.go

Calls

no outgoing calls

Tested by

no test coverage detected