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

Method Remove

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

Source from the content-addressed store, hash-verified

18// Store manages local storage of image distribution manifests
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

Callers 1

TestStoreRemoveFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStoreRemoveFunction · 0.76