MCPcopy Index your code
hub / github.com/containerd/containerd / namespaceLabelsBucketPath

Function namespaceLabelsBucketPath

core/metadata/buckets.go:212–214  ·  view source on GitHub ↗
(namespace string)

Source from the content-addressed store, hash-verified

210}
211
212func namespaceLabelsBucketPath(namespace string) [][]byte {
213 return [][]byte{bucketKeyVersion, []byte(namespace), bucketKeyObjectLabels}
214}
215
216func withNamespacesLabelsBucket(tx *bolt.Tx, namespace string, fn func(bkt *bolt.Bucket) error) error {
217 bkt, err := createBucketIfNotExists(tx, namespaceLabelsBucketPath(namespace)...)

Callers 2

getNamespaceLabelsBucketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…