MCPcopy
hub / github.com/containerd/containerd / NewStore

Function NewStore

plugins/content/local/store.go:79–81  ·  view source on GitHub ↗

NewStore returns a local content store

(root string)

Source from the content-addressed store, hash-verified

77
78// NewStore returns a local content store
79func NewStore(root string) (content.Store, error) {
80 return NewLabeledStore(root, nil)
81}
82
83// NewLabeledStore returns a new content store using the provided label store
84//

Callers 15

FuzzImagesCheckFunction · 0.92
FuzzCSWalkFunction · 0.92
FuzzArchiveExportFunction · 0.92
FuzzDiffApplyFunction · 0.92
FuzzDiffCompareFunction · 0.92
testDBFunction · 0.92
FuzzImportIndexFunction · 0.92
FuzzConvertManifestFunction · 0.92
testDBFunction · 0.92
newStoresFunction · 0.92
createContentStoreFunction · 0.92

Calls 1

NewLabeledStoreFunction · 0.85

Tested by 15

FuzzImagesCheckFunction · 0.74
FuzzCSWalkFunction · 0.74
FuzzArchiveExportFunction · 0.74
FuzzDiffApplyFunction · 0.74
FuzzDiffCompareFunction · 0.74
testDBFunction · 0.74
FuzzImportIndexFunction · 0.74
FuzzConvertManifestFunction · 0.74
testDBFunction · 0.74
newStoresFunction · 0.74
createContentStoreFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…