Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
func
(ref *ExecutionContext) Exit(exitCode int) {
29
ref.doCleanup()
30
ref.exit(exitCode)
31
}
32
33
func
(ref *ExecutionContext) AddCleanupHandler(handler
func
()) {
34
if
handler != nil {
Callers
15
exit
Method · 0.80
startSystemSignalsMonitor
Function · 0.80
Run
Function · 0.80
RunContainer
Method · 0.80
exitIPCPortConflict
Method · 0.80
exitIPCPortConflict
Method · 0.80
EnsureLocalBinary
Function · 0.80
NewInteractiveApp
Function · 0.80
execute
Method · 0.80
GetHTTPProbeOptions
Function · 0.80
OnPushCommand
Function · 0.80
OnImageIndexCreateCommand
Function · 0.80
Calls
2
doCleanup
Method · 0.95
exit
Method · 0.95
Tested by
no test coverage detected