MCPcopy
hub / github.com/containerd/containerd / collectionContext

Struct collectionContext

plugins/streaming/manager.go:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172type collectionContext struct {
173 manager *streamManager
174 removed []gc.Node
175}
176
177func (cc *collectionContext) All(fn func(gc.Node)) {
178 for ns, nsMap := range cc.manager.streams {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected