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

Method Get

cli/manifest/store/store.go:21–21  ·  view source on GitHub ↗
(listRef reference.Reference, manifest reference.Reference)

Source from the content-addressed store, hash-verified

19type Store interface {
20 Remove(listRef reference.Reference) error
21 Get(listRef reference.Reference, manifest reference.Reference) (types.ImageManifest, error)
22 GetList(listRef reference.Reference) ([]types.ImageManifest, error)
23 Save(listRef reference.Reference, manifest reference.Reference, image types.ImageManifest) error
24}

Callers 1

TestStoreSaveAndGetFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStoreSaveAndGetFunction · 0.76