pub fn hash_working_file(repo: &Repository, rel: &Path) -> Result<ObjectId>Expand description
Hash a working-tree file by content (level-1 raw hash), streaming the file in fixed blocks so memory stays constant even for very large STEP files.
pub fn hash_working_file(repo: &Repository, rel: &Path) -> Result<ObjectId>Hash a working-tree file by content (level-1 raw hash), streaming the file in fixed blocks so memory stays constant even for very large STEP files.