MCPcopy
hub / github.com/containerd/containerd / Delete

Method Delete

core/content/content.go:142–142  ·  view source on GitHub ↗

Delete removes the content from the store.

(ctx context.Context, dgst digest.Digest)

Source from the content-addressed store, hash-verified

140
141 // Delete removes the content from the store.
142 Delete(ctx context.Context, dgst digest.Digest) error
143}
144
145// Writer handles writing of content into a content store

Callers 15

FuzzImageStoreFunction · 0.65
FuzzLeaseManagerFunction · 0.65
FuzzContainerStoreFunction · 0.65
FuzzContentStoreFunction · 0.65
DeleteMethod · 0.65
ActivateMethod · 0.65
DeactivateMethod · 0.65
applyRemoveMethod · 0.65
RemoveFunction · 0.65
DeleteMethod · 0.65
TestCreateDeleteFunction · 0.65
TestLeasesFunction · 0.65

Calls

no outgoing calls

Tested by 13

FuzzImageStoreFunction · 0.52
FuzzLeaseManagerFunction · 0.52
FuzzContainerStoreFunction · 0.52
FuzzContentStoreFunction · 0.52
TestCreateDeleteFunction · 0.52
TestLeasesFunction · 0.52
TestLeasesListFunction · 0.52
TestContainersListFunction · 0.52
TestImagesListFunction · 0.52
TestSandboxDeleteFunction · 0.52
snapshotLeaseFunction · 0.52