Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
var
androidOutput, _ = strconv.ParseBool(os.Getenv(
"CAMPUT_ANDROID_OUTPUT"
))
50
51
func
PreExit() {
52
if
!IsChild() {
53
return
54
}
55
Printf(
"STAT exit 1\n"
)
56
}
57
58
var
androidOutMu sync.Mutex
59
Callers
2
RunCommand
Method · 0.92
Main
Function · 0.85
Calls
2
IsChild
Function · 0.70
Printf
Function · 0.70
Tested by
no test coverage detected