MCPcopy
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
61type Exiter interface {
62 Exit(code int)
63}
64
65type exiterFunc func(int)

Callers 15

mainFunction · 0.65
tasks_test.goFile · 0.65
RunMethod · 0.65
RunMethod · 0.65
GetMetadataMethod · 0.65
StartFunction · 0.65

Implementers 1

FakeExiterutil/ui/uifakes/fake_exiter.go

Calls

no outgoing calls

Tested by

no test coverage detected