MCPcopy
hub / github.com/slimtoolkit/slim / Exit

Method Exit

pkg/app/execontext.go:28–31  ·  view source on GitHub ↗
(exitCode int)

Source from the content-addressed store, hash-verified

26}
27
28func (ref *ExecutionContext) Exit(exitCode int) {
29 ref.doCleanup()
30 ref.exit(exitCode)
31}
32
33func (ref *ExecutionContext) AddCleanupHandler(handler func()) {
34 if handler != nil {

Callers 15

exitMethod · 0.80
RunFunction · 0.80
RunContainerMethod · 0.80
exitIPCPortConflictMethod · 0.80
exitIPCPortConflictMethod · 0.80
EnsureLocalBinaryFunction · 0.80
NewInteractiveAppFunction · 0.80
executeMethod · 0.80
GetHTTPProbeOptionsFunction · 0.80
OnPushCommandFunction · 0.80

Calls 2

doCleanupMethod · 0.95
exitMethod · 0.95

Tested by

no test coverage detected