(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int)
| 251 | } |
| 252 | |
| 253 | func (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 | } |
nothing calls this directly
no test coverage detected