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
pub fn collect_tree_files(
tree: &Tree,
store: &ObjectStore,
prefix: &str,
) -> Result<Vec<(String, ObjectHash)>, String>Collect all file paths from a tree recursively