Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
func
(p combinedPrinter) Print(v ...
interface
{}) {
10
for
_, printer :=
range
p {
11
printer.Print(v...)
12
}
13
}
14
15
func
(p combinedPrinter) Printf(format string, v ...
interface
{}) {
16
for
_, printer :=
range
p {
Callers
nothing calls this directly
Calls
1
Print
Method · 0.65
Tested by
no test coverage detected