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

Method Names

libimage/image.go:91–93  ·  view source on GitHub ↗

Names returns associated names with the image which may be a mix of tags and digests.

()

Source from the content-addressed store, hash-verified

89// Names returns associated names with the image which may be a mix of tags and
90// digests.
91func (i *Image) Names() []string {
92 return i.storageImage.Names
93}
94
95// NamesReferences returns Names() as references.
96func (i *Image) NamesReferences() ([]reference.Reference, error) {

Callers 12

NamesReferencesMethod · 0.95
isDanglingMethod · 0.95
isIntermediateMethod · 0.95
removeRecursiveMethod · 0.95
TagMethod · 0.95
UntagMethod · 0.95
NamedTaggedRepoTagsMethod · 0.95
NamedRepoTagsMethod · 0.95
RepoDigestsMethod · 0.95
TestLoadFunction · 0.80
TestImageFunctionsFunction · 0.80
TestPullFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestLoadFunction · 0.64
TestImageFunctionsFunction · 0.64
TestPullFunction · 0.64