Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
155
type
Collector
interface
{
156
StartCollection(context.Context) (CollectionContext, error)
157
158
ReferenceLabel() string
159
}
Callers
2
TestGC
Function · 0.65
startGCContext
Function · 0.65
Calls
no outgoing calls
Tested by
1
TestGC
Function · 0.52