MCPcopy
hub / github.com/containerd/containerd / imagesFromProto

Function imagesFromProto

client/image_store.go:141–149  ·  view source on GitHub ↗
(imagespb []*imagesapi.Image)

Source from the content-addressed store, hash-verified

139}
140
141func imagesFromProto(imagespb []*imagesapi.Image) []images.Image {
142 var images []images.Image
143
144 for _, image := range imagespb {
145 images = append(images, imageFromProto(image))
146 }
147
148 return images
149}

Callers 1

ListMethod · 0.85

Calls 1

imageFromProtoFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…