MCPcopy Create free account
hub / github.com/containerd/containerd / getNamespaceLabelsBucket

Function getNamespaceLabelsBucket

core/metadata/buckets.go:225–227  ·  view source on GitHub ↗
(tx *bolt.Tx, namespace string)

Source from the content-addressed store, hash-verified

223}
224
225func getNamespaceLabelsBucket(tx *bolt.Tx, namespace string) *bolt.Bucket {
226 return getBucket(tx, namespaceLabelsBucketPath(namespace)...)
227}
228
229func imagesBucketPath(namespace string) [][]byte {
230 return [][]byte{bucketKeyVersion, []byte(namespace), bucketKeyObjectImages}

Callers 2

isSharedContentFunction · 0.85
LabelsMethod · 0.85

Calls 2

getBucketFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…