Function filesystem_hashing::hasher::hash_file

source ·
pub fn hash_file(
    path: &Path,
    file_hashes: &mut MutexGuard<'_, HashMap<String, FileMetadata>>,
    hash_type: HashType
) -> Result<(), Error>