MCPcopy
hub / github.com/google/go-containerregistry / Delete

Method Delete

pkg/registry/blobs_disk.go:82–84  ·  view source on GitHub ↗
(_ context.Context, _ string, h v1.Hash)

Source from the content-addressed store, hash-verified

80}
81
82func (m *diskHandler) Delete(_ context.Context, _ string, h v1.Hash) error {
83 return os.Remove(m.blobHashPath(h))
84}

Callers

nothing calls this directly

Calls 1

blobHashPathMethod · 0.95

Tested by

no test coverage detected