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