MCPcopy
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
44func GetDfInstallDir() string {
45 installDir, exists := os.LookupEnv("DF_INSTALL_DIR")
46 if exists {
47 return installDir
48 } else {
49 return ""
50 }
51}

Callers 2

mainFunction · 0.92
common.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected