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

Method ManifestStore

cli/command/manifest/annotate.go:36–36  ·  view source on GitHub ↗

ManifestStore returns a store for local manifests

()

Source from the content-addressed store, hash-verified

34type manifestStoreProvider interface {
35 // ManifestStore returns a store for local manifests
36 ManifestStore() store.Store
37 RegistryClient(bool) registryclient.RegistryClient
38}
39

Callers 1

newManifestStoreFunction · 0.65

Implementers 1

FakeCliinternal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected