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

Method GetArtifactCache

configs/pkgcache_config.go:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (p PkgCacheConfig) GetArtifactCache() context.AritifactCache {
81 if p.artifactConfig == nil {
82 return nil
83 }
84 return p.artifactConfig
85}
86
87func (p PkgCacheConfig) GetRepoCache() context.RepoCache {
88 if p.repoConfig == nil {

Callers 1

Calls

no outgoing calls

Tested by 1