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

Method GetDevArtifactCache

context/context.go:81–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79type DevCacheConfig interface {
80 GetDir() string
81 GetDevArtifactCache() DevAritifactCache
82}
83
84// DevAritifactCache stores/restores a port's built package in the per-developer local cache.

Callers 2

doInstallFromDevCacheMethod · 0.65
doInstallFromSourceMethod · 0.65

Implementers 2

DevCacheConfigconfigs/pkgcache_config.go
fakeDevCachepkgcache/cache_repo_test.go

Calls

no outgoing calls

Tested by

no test coverage detected