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

Function GetCacheDir

env/env.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func GetCacheDir() string {
52 return filepath.Join(GetBossHome(), "cache")
53}
54
55func GetBossHome() string {
56

Callers 12

RunGCFunction · 0.92
EnsureCacheDirFunction · 0.92
getWrapperCloneFunction · 0.92
writeDotGitFileFunction · 0.92
CloneCacheEmbeddedFunction · 0.92
refreshCopyFunction · 0.92
makeStorageCacheFunction · 0.92
makeWtFileSystemFunction · 0.92
GetDependencyFunction · 0.92
hasCacheFunction · 0.92
SaveRepoDataFunction · 0.92
RepoDataFunction · 0.92

Calls 1

GetBossHomeFunction · 0.85

Tested by

no test coverage detected