Function builder_cpp::hasher::save_hash
source · pub fn save_hash(path: &str, path_hash: &mut HashMap<String, String>)
Expand description
Saves the hash of a file to the hashmap.
Arguments
path
- The path of the file to save the hash of.path_hash
- The hashmap of paths and hashes.