Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ DisableTerminalOutput
Method
DisableTerminalOutput
plugin/rpc/cli_rpc_server.go:52–52 ·
view source on GitHub ↗
(bool)
Source
from the content-addressed store, hash-verified
50
51
type
TerminalOutputSwitch
interface
{
52
DisableTerminalOutput(bool)
53
}
54
55
//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . OutputCapture
Callers
11
DisableTerminalOutput
Method · 0.65
GetApp
Method · 0.65
GetApps
Method · 0.65
GetOrgs
Method · 0.65
GetSpaces
Method · 0.65
GetServices
Method · 0.65
GetOrgUsers
Method · 0.65
GetSpaceUsers
Method · 0.65
GetOrg
Method · 0.65
GetSpace
Method · 0.65
GetService
Method · 0.65
Implementers
4
CliRpcCmd
plugin/rpc/cli_rpc_server.go
FakeTerminalOutputSwitch
plugin/rpc/rpcfakes/fake_terminal_outp
TeePrinter
cf/terminal/tee_printer.go
FakeHandlers
cf/util/testhelpers/rpcserver/rpcserve
Calls
no outgoing calls
Tested by
no test coverage detected