MCPcopy Create free account
hub / github.com/containerd/containerd / IsUnpacked

Method IsUnpacked

client/image.go:61–61  ·  view source on GitHub ↗

IsUnpacked returns whether an image is unpacked.

(context.Context, string)

Source from the content-addressed store, hash-verified

59 Config(ctx context.Context) (ocispec.Descriptor, error)
60 // IsUnpacked returns whether an image is unpacked.
61 IsUnpacked(context.Context, string) (bool, error)
62 // ContentStore provides a content store which contains image blob data
63 ContentStore() content.Store
64 // Metadata returns the underlying image metadata

Callers 7

NewContainerFunction · 0.95
checkAndDoUnpackFunction · 0.65
TestImageIsUnpackedFunction · 0.65
CheckImagesMethod · 0.65
usage.goFile · 0.65
images.goFile · 0.65
NewContainerFunction · 0.65

Implementers 1

imageclient/image.go

Calls

no outgoing calls

Tested by 2

checkAndDoUnpackFunction · 0.52
TestImageIsUnpackedFunction · 0.52