Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ Exit
Method
Exit
log/log.go:17–19 ·
view source on GitHub ↗
(status int)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(e DefaultExiter) Exit(status int) {
18
os.Exit(status)
19
}
20
21
var
exiter Exiter = DefaultExiter{}
22
Callers
nothing calls this directly
Calls
1
Exit
Method · 0.65
Tested by
no test coverage detected