MCPcopy
hub / github.com/perkeep/perkeep / RemoveBlobs

Method RemoveBlobs

pkg/blobserver/remote/remote.go:105–107  ·  view source on GitHub ↗
(ctx context.Context, blobs []blob.Ref)

Source from the content-addressed store, hash-verified

103}
104
105func (sto *remoteStorage) RemoveBlobs(ctx context.Context, blobs []blob.Ref) error {
106 return sto.client.RemoveBlobs(ctx, blobs)
107}
108
109func (sto *remoteStorage) StatBlobs(ctx context.Context, blobs []blob.Ref, fn func(blob.SizedRef) error) error {
110 // TODO: cache the stat response's uploadUrl to save a future

Callers

nothing calls this directly

Calls 1

RemoveBlobsMethod · 0.65

Tested by

no test coverage detected