MCPcopy
hub / github.com/containerd/containerd / remoteImages

Struct remoteImages

client/image_store.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type remoteImages struct {
34 client imagesapi.ImagesClient
35}
36
37// NewImageStoreFromClient returns a new image store client
38func NewImageStoreFromClient(client imagesapi.ImagesClient) images.Store {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected