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

Method ResolveImage

pkg/devspace/config/localcache/schema.go:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (ic ImageCache) ResolveImage() string {
79 if ic.IsLocalRegistryImage() {
80 return ic.LocalRegistryImageName
81 }
82
83 return ic.ImageName
84}
85
86func (l *LocalCache) ListImageCache() map[string]ImageCache {
87 l.accessMutex.Lock()

Callers 3

resolveImageFunction · 0.95
ResolveFunction · 0.80
BuildImageStringFunction · 0.80

Calls 1

IsLocalRegistryImageMethod · 0.95

Tested by

no test coverage detected