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

Method PkgCacheConfig

configs/celer_context.go:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (c *Celer) PkgCacheConfig() context.PkgCacheConfig {
62 if c.configData.PkgCacheConfig == nil {
63 return nil
64 }
65
66 return c.configData.PkgCacheConfig
67}
68
69func (c *Celer) DevCacheConfig() context.DevCacheConfig {
70 return c.devCacheConfig

Calls

no outgoing calls