Skip to main content

collect_tree_files

Function collect_tree_files 

Source
pub fn collect_tree_files(
    tree: &Tree,
    store: &ObjectStore,
    prefix: &str,
) -> Result<Vec<(String, ObjectHash)>, String>
Expand description

Collect all file paths from a tree recursively