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

Method computeNextBlobCacheFile

storage/storage_dest.go:208–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func (s *storageImageDestination) computeNextBlobCacheFile() string {
209 return filepath.Join(s.directory, fmt.Sprintf("%d", s.nextTempFileID.Add(1)))
210}
211
212// NoteOriginalOCIConfig provides the config of the image, as it exists on the source, BUT converted to OCI format,
213// or an error obtaining that value (e.g. if the image is an artifact and not a container image).

Callers 2

putBlobToPendingFileMethod · 0.95
createNewLayerMethod · 0.95

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected