MCPcopy 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
96func executablePath() string {
97 if osutils.IsProbablyGoRun() {
98 return "go run ."
99 }
100
101 return os.Args[0]
102}

Callers 1

DefaultInstallerFuncFunction · 0.85

Calls 1

IsProbablyGoRunFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…