MCPcopy Index your code
hub / github.com/perkeep/perkeep / StatBlobs

Method StatBlobs

pkg/server/sync.go:1058–1061  ·  view source on GitHub ↗
(ctx context.Context, blobs []blob.Ref, fn func(blob.SizedRef) error)

Source from the content-addressed store, hash-verified

1056}
1057
1058func (sh *SyncHandler) StatBlobs(ctx context.Context, blobs []blob.Ref, fn func(blob.SizedRef) error) error {
1059 sh.logf("unexpected StatBlobs call")
1060 return nil
1061}
1062
1063func (sh *SyncHandler) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error {
1064 defer close(dest)

Callers

nothing calls this directly

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected