mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 14:48:24 +00:00
3a16148447
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.