Expand description
Contains hashing related functions This module contains functions for hashing files and checking if they have changed.
Functionsยง
- get_
hash - Returns the hash of a file if it exists in the path_hash. Otherwise returns None.
- is_
file_ changed - Checks if a file has changed.
- load_
hashes_ from_ file - Loads the hashes from a file and returns them as a hashmap.
- save_
hash - Saves the hash of a file to the hashmap.
- save_
hashes_ to_ file - Saves the hashes to a file.