Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ DefaultExiter
Struct
DefaultExiter
log/log.go:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
DefaultExiter
struct
{
15
}
16
17
func
(e DefaultExiter) Exit(status int) {
18
os.Exit(status)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected