MCPcopy Create free account
hub / github.com/containers/common / StorageImage

Method StorageImage

libimage/image.go:113–115  ·  view source on GitHub ↗

StorageImage returns the underlying storage.Image.

()

Source from the content-addressed store, hash-verified

111
112// StorageImage returns the underlying storage.Image.
113func (i *Image) StorageImage() *storage.Image {
114 return i.storageImage
115}
116
117// NamesHistory returns a string array of names previously associated with the
118// image, which may be a mixture of tags and digests.

Callers 1

TestImageFunctionsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestImageFunctionsFunction · 0.64