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

Struct DevCacheConfig

configs/pkgcache_config.go:96–99  ·  view source on GitHub ↗

================= DevCacheConfig ================= //

Source from the content-addressed store, hash-verified

94// ================= DevCacheConfig ================= //
95
96type DevCacheConfig struct {
97 ctx context.Context
98 devArtifactCache *pkgcache.DevArtifactCache
99}
100
101func NewDevCacheConfig(ctx context.Context) *DevCacheConfig {
102 cacheConfig := DevCacheConfig{ctx: ctx}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected