mirror of
https://github.com/restic/restic.git
synced 2025-03-13 20:20:56 +00: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.