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

Method IgnoresEmbeddedDockerReference

pkg/blobcache/dest.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (d *blobCacheDestination) IgnoresEmbeddedDockerReference() bool {
74 return d.destination.IgnoresEmbeddedDockerReference()
75}
76
77// Decompress and save the contents of the decompressReader stream into the passed-in temporary
78// file. If we successfully save all of the data, rename the file to match the digest of the data,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected