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

Method NamesHistory

libimage/image.go:119–121  ·  view source on GitHub ↗

NamesHistory returns a string array of names previously associated with the image, which may be a mixture of tags and digests.

()

Source from the content-addressed store, hash-verified

117// NamesHistory returns a string array of names previously associated with the
118// image, which may be a mixture of tags and digests.
119func (i *Image) NamesHistory() []string {
120 return i.storageImage.NamesHistory
121}
122
123// ID returns the ID of the image.
124func (i *Image) ID() string {

Callers 2

InspectMethod · 0.95
TestImageFunctionsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestImageFunctionsFunction · 0.64