MCPcopy Index your code
hub / github.com/celer-pkg/celer / GetDir

Method GetDir

context/context.go:55–55  ·  view source on GitHub ↗
(dirType PkgCacheDirType)

Source from the content-addressed store, hash-verified

53// source repos and built artifacts so repeat builds skip clone and compile.
54type PkgCacheConfig interface {
55 GetDir(dirType PkgCacheDirType) string
56 IsWritable() bool
57 GetCacheArtifacts() bool
58 GetCacheDownloads() bool

Callers 13

InstallFromPkgCacheMethod · 0.65
InstallFromDevCacheMethod · 0.65
NewArtifactConfigFunction · 0.65
RestoreMethod · 0.65
StoreMethod · 0.65
RemoveMethod · 0.65
ExistMethod · 0.65
NewRepoConfigFunction · 0.65
StoreMethod · 0.65
RestoreMethod · 0.65

Implementers 3

PkgCacheConfigconfigs/pkgcache_config.go
fakePkgCacheConfigconfigs/pkgcache_repo_test.go
fakePkgCachepkgcache/cache_repo_test.go

Calls

no outgoing calls