MCPcopy
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
33func allCheck() {
34 if result := execWithExitStatus(); result.shouldExit {
35 os.Exit(result.exitStatusCode)
36 }
37}
38
39func execWithExitStatus() CommandResult {
40 if *fVersion {

Callers 4

mainFunction · 0.85
TestMain_allCheck_badArgFunction · 0.85
mainFunction · 0.85

Calls 1

execWithExitStatusFunction · 0.85

Tested by 2

TestMain_allCheck_badArgFunction · 0.68