MCPcopy
hub / github.com/containerd/containerd / dockerFetcher

Struct dockerFetcher

core/remotes/docker/fetcher.go:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217type dockerFetcher struct {
218 *dockerBase
219}
220
221func (r dockerFetcher) Fetch(ctx context.Context, desc ocispec.Descriptor) (io.ReadCloser, error) {
222 ctx = log.WithLogger(ctx, log.G(ctx).WithField("digest", desc.Digest))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected