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

Function NewCacheLoader

pkg/devspace/config/remotecache/loader.go:106–111  ·  view source on GitHub ↗

NewCacheLoader creates a new remote cache loader for the given DevSpace configuration name

(devSpaceName string)

Source from the content-addressed store, hash-verified

104
105// NewCacheLoader creates a new remote cache loader for the given DevSpace configuration name
106func NewCacheLoader(devSpaceName string) Loader {
107 return &cacheLoader{
108 secretName: secretName(devSpaceName),
109 configName: devSpaceName,
110 }
111}
112
113type cacheLoader struct {
114 secretName string

Callers 1

LoadWithParserMethod · 0.92

Calls 1

secretNameFunction · 0.85

Tested by

no test coverage detected