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

Method Active

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

Source from the content-addressed store, hash-verified

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

Callers 1

HandleProgressMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected