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

Method Get

core/transfer/image/imagestore.go:353–355  ·  view source on GitHub ↗
(ctx context.Context, store images.Store)

Source from the content-addressed store, hash-verified

351}
352
353func (is *Store) Get(ctx context.Context, store images.Store) (images.Image, error) {
354 return store.Get(ctx, is.imageName)
355}
356
357func (is *Store) Lookup(ctx context.Context, store images.Store) ([]images.Image, error) {
358 var imgs []images.Image

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected