MCPcopy 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
17func (e DefaultExiter) Exit(status int) {
18 os.Exit(status)
19}
20
21var exiter Exiter = DefaultExiter{}
22

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.65

Tested by

no test coverage detected