MCPcopy
hub / github.com/containerd/containerd / makeBlobDescriptorKey

Method makeBlobDescriptorKey

core/unpack/unpacker.go:743–745  ·  view source on GitHub ↗
(desc ocispec.Descriptor)

Source from the content-addressed store, hash-verified

741}
742
743func (u *Unpacker) makeBlobDescriptorKey(desc ocispec.Descriptor) string {
744 return fmt.Sprintf("blob://%v", desc.Digest)
745}
746
747func (u *Unpacker) supportParallel(unpack *Platform) bool {
748 if u.unpackLimiter == nil {

Callers 1

lockBlobDescriptorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected