pub fn hash_directory_in_place(path: &mut BString) -> DirectoryHashExpand description
Produces a hash using the given path.
The path is normalized in place. After the function returns, the path contains the string that would be stored on disk.
pub fn hash_directory_in_place(path: &mut BString) -> DirectoryHashProduces a hash using the given path.
The path is normalized in place. After the function returns, the path contains the string that would be stored on disk.