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

Struct collectionContext

core/mount/manager/manager.go:878–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878type collectionContext struct {
879 ctx context.Context
880 tx *bolt.Tx
881 manager *mountManager
882 removed map[string]map[string]struct{}
883}
884
885func (cc *collectionContext) All(fn func(gc.Node)) {
886 v1bkt := cc.tx.Bucket([]byte("v1"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected