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

Method GetImageCache

pkg/devspace/config/localcache/schema.go:17–17  ·  view source on GitHub ↗
(imageConfigName string)

Source from the content-addressed store, hash-verified

15type Cache interface {
16 ListImageCache() map[string]ImageCache
17 GetImageCache(imageConfigName string) (ImageCache, bool)
18 SetImageCache(imageConfigName string, imageCache ImageCache)
19
20 GetLastContext() *LastContextConfig

Callers 4

ResolveFunction · 0.65
GetImageFunction · 0.65
BuildImageStringFunction · 0.65
config.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected