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

Method IsWritable

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

Source from the content-addressed store, hash-verified

54type PkgCacheConfig interface {
55 GetDir(dirType PkgCacheDirType) string
56 IsWritable() bool
57 GetCacheArtifacts() bool
58 GetCacheDownloads() bool
59 GetArtifactCache() AritifactCache

Implementers 3

PkgCacheConfigconfigs/pkgcache_config.go
fakePkgCacheConfigconfigs/pkgcache_repo_test.go
fakePkgCachepkgcache/cache_repo_test.go

Calls

no outgoing calls