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

Method Get

core/images/image.go:88–88  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

86// Store and interact with images
87type Store interface {
88 Get(ctx context.Context, name string) (Image, error)
89 List(ctx context.Context, filters ...string) ([]Image, error)
90 Create(ctx context.Context, image Image) (Image, error)
91

Callers 15

LabelsMethod · 0.65
LoadSandboxMethod · 0.65
StatusMethod · 0.65
WithCheckpointImageFunction · 0.65
GetMethod · 0.65
StatusMethod · 0.65
CheckpointMethod · 0.65
LoadProcessMethod · 0.65
checkpointImageMethod · 0.65
ImageMethod · 0.65
loadTaskMethod · 0.65
getMethod · 0.65

Calls

no outgoing calls

Tested by 10

FuzzContainerStoreFunction · 0.52
TestSandboxCreateFunction · 0.52
TestSandboxGetInvalidFunction · 0.52
TestSandboxDeleteFunction · 0.52
TestMigrationsFunction · 0.52
readDBVersionFunction · 0.52
checkContentLeasedFunction · 0.52
checkIngestLeasedFunction · 0.52