MCPcopy Create free account
hub / github.com/docker/cli / SetManifestStore

Method SetManifestStore

internal/test/cli.go:170–172  ·  view source on GitHub ↗

SetManifestStore on the fake cli

(manifestStore manifeststore.Store)

Source from the content-addressed store, hash-verified

168
169// SetManifestStore on the fake cli
170func (c *FakeCli) SetManifestStore(manifestStore manifeststore.Store) {
171 c.manifestStore = manifestStore
172}
173
174// SetRegistryClient on the fake cli
175func (c *FakeCli) SetRegistryClient(registryClient registryclient.RegistryClient) {

Calls

no outgoing calls