MCPcopy
hub / github.com/containerd/containerd / StartCollection

Method StartCollection

core/metadata/gc.go:156–156  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

154// resource registered for garbage collection.
155type Collector interface {
156 StartCollection(context.Context) (CollectionContext, error)
157
158 ReferenceLabel() string
159}

Callers 2

TestGCFunction · 0.65
startGCContextFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestGCFunction · 0.52