MCPcopy
hub / github.com/containerd/containerd / Get

Method Get

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

Source from the content-addressed store, hash-verified

104// ImageGetter is type which returns an image from an image store
105type ImageGetter interface {
106 Get(context.Context, images.Store) (images.Image, error)
107}
108
109// ImageLookup is a type which returns images from an image store

Callers 10

MarshalAnyMethod · 0.65
UnmarshalAnyMethod · 0.65
GetMethod · 0.65
LookupMethod · 0.65
SendStreamFunction · 0.65
pushMethod · 0.65
exportStreamMethod · 0.65
tagMethod · 0.65
UnmarshalAnyMethod · 0.65
UnmarshalAnyMethod · 0.65

Implementers 15

remoteImagesclient/image_store.go
remoteContainersclient/containerstore.go
fakeTaskServiceintegration/client/client_unix_test.go
remoteSandboxStorecore/sandbox/proxy/store.go
memoryLabelStorecore/remotes/handlers_test.go
bufferPoolcore/remotes/docker/fetcher.go
sandboxStorecore/metadata/sandbox.go
containerStorecore/metadata/containers.go
imageStorecore/metadata/images.go
simpleImageStorecore/transfer/image/imagestore_test.go
Storecore/transfer/image/imagestore.go
ShimManagercore/runtime/v2/shim_manager.go

Calls

no outgoing calls

Tested by

no test coverage detected