MCPcopy
hub / github.com/containerd/containerd / ActiveWithBackRefs

Method ActiveWithBackRefs

core/metadata/gc.go:150–150  ·  view source on GitHub ↗
(namespace string, fn func(gc.Node), bref func(gc.Node, gc.Node))

Source from the content-addressed store, hash-verified

148
149type collectionWithBackRefs interface {
150 ActiveWithBackRefs(namespace string, fn func(gc.Node), bref func(gc.Node, gc.Node))
151}
152
153// Collector is an interface to manage resource collection for any collectible

Callers 2

checkGCActiveFunction · 0.65
activeMethod · 0.65

Implementers 2

collectionContextcore/mount/manager/manager.go
testCollectorcore/metadata/gc_test.go

Calls

no outgoing calls

Tested by 1

checkGCActiveFunction · 0.52