Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ gcnode
Function
gcnode
core/metadata/gc.go:1111–1117 ·
view source on GitHub ↗
(t gc.ResourceType, ns, key string)
Source
from the content-addressed store, hash-verified
1109
}
1110
1111
func
gcnode(t gc.ResourceType, ns, key string) gc.Node {
1112
return
gc.Node{
1113
Type: t,
1114
Namespace: ns,
1115
Key: key,
1116
}
1117
}
Callers
9
startGCContext
Function · 0.70
scanRoots
Method · 0.70
references
Method · 0.70
scanAll
Method · 0.70
TestGCRoots
Function · 0.70
TestGCRemove
Function · 0.70
TestGCRefs
Function · 0.70
TestCollectibleResources
Function · 0.70
TestMetadataCollector
Function · 0.70
Calls
no outgoing calls
Tested by
5
TestGCRoots
Function · 0.56
TestGCRemove
Function · 0.56
TestGCRefs
Function · 0.56
TestCollectibleResources
Function · 0.56
TestMetadataCollector
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…