Skip to main content

scan_tree_blobs

Function scan_tree_blobs 

Source
pub fn scan_tree_blobs(
    cwd: &Path,
    reference: &str,
) -> Result<Vec<TreeBlob>, Error>
Expand description

Walk the tree at reference and return every blob — no size filter, no pointer parsing. Used by fsck --pointers for its full-tree sweep when classifying paths against .gitattributes.