MCPcopy Create free account
hub / github.com/HashLoad/boss / GetInternalGlobalDir

Function GetInternalGlobalDir

env/env.go:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func GetInternalGlobalDir() string {
31 internalOld := Internal
32 Internal = true
33 result := filepath.Join(GetBossHome(), consts.FolderDependencies, HashDelphiPath())
34 Internal = internalOld
35 return result
36}
37
38func getwd() string {
39 if Global {

Callers 2

isDesignTimeBplFunction · 0.92
migrationFunction · 0.92

Calls 2

GetBossHomeFunction · 0.85
HashDelphiPathFunction · 0.85

Tested by

no test coverage detected