MCPcopy Create free account
hub / github.com/containers/image / Tag

Method Tag

docker/reference/reference.go:117–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115type Tagged interface {
116 Reference
117 Tag() string
118}
119
120// NamedTagged is an object including a name and tag.

Callers 15

splitUserInputFunction · 0.65
UpdatedImageMethod · 0.65
ensureImageIsResolvedMethod · 0.65
TestParseReferenceFunction · 0.65
newImageDestinationFunction · 0.65
tagOrDigestMethod · 0.65
WithDigestFunction · 0.65
TestReferenceParseFunction · 0.65
TestSerializationFunction · 0.65

Implementers 2

referencedocker/reference/reference.go
taggedReferencedocker/reference/reference.go

Calls

no outgoing calls

Tested by 3

TestParseReferenceFunction · 0.52
TestReferenceParseFunction · 0.52
TestSerializationFunction · 0.52