MCPcopy Create free account
hub / github.com/containers/image / DeleteImage

Method DeleteImage

pkg/blobcache/blobcache.go:76–78  ·  view source on GitHub ↗
(ctx context.Context, sys *types.SystemContext)

Source from the content-addressed store, hash-verified

74}
75
76func (b *BlobCache) DeleteImage(ctx context.Context, sys *types.SystemContext) error {
77 return b.reference.DeleteImage(ctx, sys)
78}
79
80// blobPath returns the path appropriate for storing a blob with digest.
81func (b *BlobCache) blobPath(digest digest.Digest, isConfig bool) (string, error) {

Callers

nothing calls this directly

Calls 1

DeleteImageMethod · 0.65

Tested by

no test coverage detected