MCPcopy
hub / github.com/containerd/containerd / getImages

Method getImages

integration/client/import_test.go:743–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

741}
742
743func (ip *imagesProgress) getImages() []string {
744 ip.Lock()
745 imgs := ip.images
746 ip.Unlock()
747 return imgs
748
749}
750
751func createImages(tc tartest.TarContext, imageNames ...string) (descs map[string]ocispec.Descriptor, tw []tartest.WriterToTar) {
752 descs = map[string]ocispec.Descriptor{}

Callers 1

TestTransferImportFunction · 0.95

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected