MCPcopy Create free account
hub / github.com/celer-pkg/celer / DevArtifactCache

Struct DevArtifactCache

pkgcache/cache_dev_artifact.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type DevArtifactCache struct {
16 cacheDir string
17 ctx context.Context
18}
19
20func NewDevArtifactCache(ctx context.Context, cacheDir string) *DevArtifactCache {
21 return &DevArtifactCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected