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

Struct RepoConfig

pkgcache/cache_repo.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected