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

Method Check

core/transfer/local/push.go:233–235  ·  view source on GitHub ↗
(ctx context.Context, dgst digest.Digest)

Source from the content-addressed store, hash-verified

231}
232
233func (p *progressPusher) Check(ctx context.Context, dgst digest.Digest) (bool, error) {
234 return p.status.Check(ctx, dgst)
235}
236
237type progressWriter struct {
238 content.Writer

Callers

nothing calls this directly

Calls 1

CheckMethod · 0.65

Tested by

no test coverage detected