Function builder_cpp::hasher::is_file_changed
source · pub fn is_file_changed(path: &str, path_hash: &HashMap<String, String>) -> bool
Expand description
Checks if a file has changed.
Arguments
path
- The path of the file to check.path_hash
- The hashmap of paths and hashes.