Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
type
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
doInstallFromDevCache
Method · 0.65
doInstallFromSource
Method · 0.65
Implementers
2
DevCacheConfig
configs/pkgcache_config.go
fakeDevCache
pkgcache/cache_repo_test.go
Calls
no outgoing calls
Tested by
no test coverage detected