Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ disableStdOut
Function
disableStdOut
multiapps_plugin.go:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
disableStdOut() {
78
defaultlog.SetFlags(0)
79
defaultlog.SetOutput(io.Discard)
80
}
81
82
func
findCommand(name string) (commands.Command, error) {
83
for
_, command :=
range
Commands {
Callers
1
Run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected