Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepfence/SecretScanner
/ GetDfInstallDir
Function
GetDfInstallDir
jobs/status.go:44–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
GetDfInstallDir() string {
45
installDir, exists := os.LookupEnv(
"DF_INSTALL_DIR"
)
46
if
exists {
47
return
installDir
48
}
else
{
49
return
""
50
}
51
}
Callers
2
main
Function · 0.92
common.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected