MCPcopy Create free account
hub / github.com/moby/moby / finished

Method finished

daemon/containerd/progress.go:266–270  ·  view source on GitHub ↗
(ctx context.Context, out progress.Output, desc ocispec.Descriptor)

Source from the content-addressed store, hash-verified

264}
265
266func (p *pullProgress) finished(ctx context.Context, out progress.Output, desc ocispec.Descriptor) {
267 if c8dimages.IsLayerType(desc.MediaType) {
268 p.layers = append(p.layers, desc)
269 }
270}
271
272type pushProgress struct {
273 Tracker docker.StatusTracker

Callers 1

UpdateProgressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected