Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pocketbase/pocketbase
/ executablePath
Function
executablePath
apis/installer.go:96–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
func
executablePath() string {
97
if
osutils.IsProbablyGoRun() {
98
return
"go run ."
99
}
100
101
return
os.Args[0]
102
}
Callers
1
DefaultInstallerFunc
Function · 0.85
Calls
1
IsProbablyGoRun
Function · 0.92
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…