mirror of
https://github.com/restic/restic.git
synced 2025-12-20 14:50:55 -05:00
To only stream the content of a pack file once, check used StreamPack with a custom pack load function. This combination was always brittle and complicates using StreamPack everywhere else. Now that StreamPack internally uses PackBlobIterator use that primitive instead, which is a much better fit for what the check command requires. |
||
|---|---|---|
| .. | ||
| testdata | ||
| checker.go | ||
| checker_test.go | ||
| testing.go | ||