mirror of
https://github.com/restic/restic.git
synced 2026-01-07 07:29:35 -05:00
Index.Has() is a faster then Index.Lookup() for checking if a blob exists in the index. As the returned data is never used, this avoids a ton of allocations. |
||
|---|---|---|
| .. | ||
| archive_reader.go | ||
| archive_reader_test.go | ||
| archiver.go | ||
| archiver_duplication_test.go | ||
| archiver_int_test.go | ||
| archiver_test.go | ||
| buffer_pool.go | ||
| testing.go | ||