()
| 71 | } |
| 72 | |
| 73 | func (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, |
nothing calls this directly
no test coverage detected