MCPcopy
hub / github.com/containerd/containerd / Check

Method Check

core/transfer/local/progress.go:75–75  ·  view source on GitHub ↗
(context.Context, digest.Digest)

Source from the content-addressed store, hash-verified

73type StatusTracker interface {
74 Active(context.Context, ...string) (ActiveJobs, error)
75 Check(context.Context, digest.Digest) (bool, error)
76}
77
78type extractionUpdate struct {

Callers 5

IsServingMethod · 0.65
TestImportFunction · 0.65
CheckMethod · 0.65
HandleProgressMethod · 0.65
VerifyDeviceFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestImportFunction · 0.52