Expand description
Byte-level duplicate detection: SHA-256 over file contents.
Groups paths by stored size first (from SQLite), then hashes only size buckets with more than one path.
Structs§
Constants§
Functions§
- find_
byte_ duplicate_ groups entries:(path, size_bytes, kind)for the whole library.- hash_
file_ sha256 - Hex-encoded SHA-256 of file bytes, or
Noneif unreadable.