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

Struct ArtifactConfig

pkgcache/cache_artifact.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type ArtifactConfig struct {
18 ctx context.Context
19 writable bool
20 chattrFS *fileio.ChattrFS
21}
22
23func NewArtifactConfig(ctx context.Context, writable bool) *ArtifactConfig {
24 pkgCacheConfig := ctx.PkgCacheConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected