MCPcopy
hub / github.com/containerd/containerd / simpleImageStore

Struct simpleImageStore

core/transfer/image/imagestore_test.go:431–434  ·  view source on GitHub ↗

simpleImageStore is for testing images in memory, no filter support

Source from the content-addressed store, hash-verified

429// simpleImageStore is for testing images in memory,
430// no filter support
431type simpleImageStore struct {
432 l sync.Mutex
433 images map[string]images.Image
434}
435
436func newSimpleImageStore() images.Store {
437 return &simpleImageStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected