MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewCacheLoader

Function NewCacheLoader

pkg/devspace/config/localcache/config.go:41–43  ·  view source on GitHub ↗

NewCacheLoader creates a new generated config loader

()

Source from the content-addressed store, hash-verified

39
40// NewCacheLoader creates a new generated config loader
41func NewCacheLoader() Loader {
42 return &cacheLoader{}
43}
44
45// Load loads the config from the filesystem
46func (l *cacheLoader) Load(devSpaceFilePath string) (Cache, error) {

Callers 5

LoadLocalCacheMethod · 0.92
initDevspaceMethod · 0.92
initDockerComposeMethod · 0.92
config.goFile · 0.92
testLoadFunction · 0.70

Calls

no outgoing calls

Tested by 1

testLoadFunction · 0.56