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

Method LoadLocalCache

pkg/devspace/config/loader/loader.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (l *configLoader) LoadLocalCache() (localcache.Cache, error) {
100 return localcache.NewCacheLoader().Load(l.absConfigPath)
101}
102
103// Load restores variables from the cluster (if wanted), loads the config and then saves them to the cluster again
104func (l *configLoader) Load(ctx context.Context, client kubectl.Client, options *ConfigOptions, log log.Logger) (config.Config, error) {

Callers 1

LoadWithParserMethod · 0.95

Calls 2

NewCacheLoaderFunction · 0.92
LoadMethod · 0.65

Tested by

no test coverage detected