MCPcopy
hub / github.com/perkeep/perkeep / EnumerateBlobs

Method EnumerateBlobs

pkg/blobserver/proxycache/proxycache.go:253–255  ·  view source on GitHub ↗
(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int)

Source from the content-addressed store, hash-verified

251}
252
253func (sto *Storage) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error {
254 return sto.origin.EnumerateBlobs(ctx, dest, after, limit)
255}

Callers

nothing calls this directly

Calls 1

EnumerateBlobsMethod · 0.65

Tested by

no test coverage detected