Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/puma/puma-dev
/ allCheck
Function
allCheck
cmd/puma-dev/main.go:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
allCheck() {
34
if
result := execWithExitStatus(); result.shouldExit {
35
os.Exit(result.exitStatusCode)
36
}
37
}
38
39
func
execWithExitStatus() CommandResult {
40
if
*fVersion {
Callers
4
main
Function · 0.85
TestMain_allCheck_versionFlag
Function · 0.85
TestMain_allCheck_badArg
Function · 0.85
main
Function · 0.85
Calls
1
execWithExitStatus
Function · 0.85
Tested by
2
TestMain_allCheck_versionFlag
Function · 0.68
TestMain_allCheck_badArg
Function · 0.68