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

Method Config

client/image.go:203–206  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

201}
202
203func (i *image) Config(ctx context.Context) (ocispec.Descriptor, error) {
204 provider := i.client.ContentStore()
205 return i.i.Config(ctx, provider, i.platform)
206}
207
208func (i *image) IsUnpacked(ctx context.Context, snapshotterName string) (bool, error) {
209 sn, err := i.client.getSnapshotter(ctx, snapshotterName)

Callers 1

SpecMethod · 0.95

Calls 2

ContentStoreMethod · 0.65
ConfigMethod · 0.65

Tested by

no test coverage detected