MCPcopy
hub / github.com/perkeep/perkeep / PreExit

Function PreExit

pkg/client/android/androidx.go:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49var androidOutput, _ = strconv.ParseBool(os.Getenv("CAMPUT_ANDROID_OUTPUT"))
50
51func PreExit() {
52 if !IsChild() {
53 return
54 }
55 Printf("STAT exit 1\n")
56}
57
58var androidOutMu sync.Mutex
59

Callers 2

RunCommandMethod · 0.92
MainFunction · 0.85

Calls 2

IsChildFunction · 0.70
PrintfFunction · 0.70

Tested by

no test coverage detected