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

Function getIngestBucket

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

Source from the content-addressed store, hash-verified

295}
296
297func getIngestBucket(tx *bolt.Tx, namespace, ref string) *bolt.Bucket {
298 return getBucket(tx, bucketKeyVersion, []byte(namespace), bucketKeyObjectContent, bucketKeyObjectIngests, []byte(ref))
299}
300
301func createSandboxBucket(tx *bolt.Tx, namespace string) (*bolt.Bucket, error) {
302 return createBucketIfNotExists(

Callers 1

getRefFunction · 0.85

Calls 1

getBucketFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…