Method
EnumerateBlobs
(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int)
Source from the content-addressed store, hash-verified
| 1061 | } |
| 1062 | |
| 1063 | func (sh *SyncHandler) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error { |
| 1064 | defer close(dest) |
| 1065 | sh.logf("unexpected EnumerateBlobs call") |
| 1066 | return nil |
| 1067 | } |
| 1068 | |
| 1069 | func (sh *SyncHandler) RemoveBlobs(ctx context.Context, blobs []blob.Ref) error { |
| 1070 | panic("unimplemented RemoveBlobs") |
Callers
nothing calls this directly
Tested by
no test coverage detected