Macros§
Constants§
- BUFFER_
SIZE - Use a constant for file buffer size, making it easier to modify if needed
Functions§
- find_
duplicates_ with_ hasher_ cache - Finds duplicates among potential duplicate.
- find_
potential_ duplicates - Given a hashmap of files grouped by size, returns a vector of potential duplicate files.
- find_
remove_ duplicates - Finds and Removes(if set) duplicate files in a directory tree.
- full_
hash_ file - Computes the blake2b hash of a file.
- group_
files_ by_ size - This function groups all the files at the given path by their size.
- partial_
hash_ file - Create a partial_hash_file function
- process_
duplicates - Processes the detected duplicates and removes them if delete flag is set.