pub fn hash_dir_path_u64(repo_secret: &RepoSecret, dir_path: &str) -> u64Expand description
Computes a 64-bit hash key for a directory listing.
Directory paths use trailing “/” to distinguish from files. Root directory uses “/” as the hash input.
pub fn hash_dir_path_u64(repo_secret: &RepoSecret, dir_path: &str) -> u64Computes a 64-bit hash key for a directory listing.
Directory paths use trailing “/” to distinguish from files. Root directory uses “/” as the hash input.