MCPcopy Index your code
hub / github.com/containerd/containerd / Config

Method Config

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

Config descriptor for the image.

(ctx context.Context)

Source from the content-addressed store, hash-verified

57 Usage(context.Context, ...UsageOpt) (int64, error)
58 // Config descriptor for the image.
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

Callers 1

PullImageMethod · 0.95

Implementers 1

imageclient/image.go

Calls

no outgoing calls

Tested by

no test coverage detected