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

Method DockerReference

pkg/blobcache/blobcache.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (b *BlobCache) DockerReference() reference.Named {
65 return b.reference.DockerReference()
66}
67
68func (b *BlobCache) PolicyConfigurationIdentity() string {
69 return b.reference.PolicyConfigurationIdentity()

Callers

nothing calls this directly

Calls 1

DockerReferenceMethod · 0.65

Tested by

no test coverage detected