Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ Exit
Method
Exit
util/ui/ui.go:62–62 ·
view source on GitHub ↗
(code int)
Source
from the content-addressed store, hash-verified
60
// Exiter hides os.Exit for testing purposes
61
type
Exiter
interface
{
62
Exit(code int)
63
}
64
65
type
exiterFunc
func
(int)
Callers
15
main
Function · 0.65
tasks_test.go
File · 0.65
kubernetes_auth_log_test.go
File · 0.65
kubernetes_auth_test.go
File · 0.65
api_command_test.go
File · 0.65
logout_command_test.go
File · 0.65
create_space_command_test.go
File · 0.65
login_command_test.go
File · 0.65
Run
Method · 0.65
Run
Method · 0.65
GetMetadata
Method · 0.65
Start
Function · 0.65
Implementers
1
FakeExiter
util/ui/uifakes/fake_exiter.go
Calls
no outgoing calls
Tested by
no test coverage detected