MCPcopy
hub / github.com/containerd/containerd / WalkStatusRefs

Method WalkStatusRefs

core/metadata/content.go:932–932  ·  view source on GitHub ↗
(context.Context, func(string) error)

Source from the content-addressed store, hash-verified

930 // cause reading of unneeded metadata.
931 type statusWalker interface {
932 WalkStatusRefs(context.Context, func(string) error) error
933 }
934 if w, ok := cs.Store.(statusWalker); ok {
935 err = w.WalkStatusRefs(ctx, func(ref string) error {

Callers 1

garbageCollectMethod · 0.65

Implementers 1

storeplugins/content/local/store.go

Calls

no outgoing calls

Tested by

no test coverage detected