Method
StatBlobs
(ctx context.Context, blobs []blob.Ref, fn func(blob.SizedRef) error)
Source from the content-addressed store, hash-verified
| 1056 | } |
| 1057 | |
| 1058 | func (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 | |
| 1063 | func (sh *SyncHandler) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error { |
| 1064 | defer close(dest) |
Callers
nothing calls this directly
Tested by
no test coverage detected