MCPcopy
hub / github.com/containerd/containerd / Store

Method Store

core/transfer/transfer.go:101–101  ·  view source on GitHub ↗
(context.Context, ocispec.Descriptor, images.Store)

Source from the content-addressed store, hash-verified

99// including an index with multiple image references.
100type ImageStorer interface {
101 Store(context.Context, ocispec.Descriptor, images.Store) ([]images.Image, error)
102}
103
104// ImageGetter is type which returns an image from an image store

Callers 13

TestFetcherOpenParallelFunction · 0.65
testResolverWithHostsDirFunction · 0.65
GarbageCollectMethod · 0.65
TestStoreFunction · 0.65
pullMethod · 0.65
importStreamMethod · 0.65
tagMethod · 0.65
loadShimInfoMethod · 0.65
RunMethod · 0.65
SaveMethod · 0.65
NewFunction · 0.65

Implementers 1

Storecore/transfer/image/imagestore.go

Calls

no outgoing calls

Tested by 4

TestFetcherOpenParallelFunction · 0.52
testResolverWithHostsDirFunction · 0.52
TestStoreFunction · 0.52