pub fn flatten_tree( store: &ObjectStore, root: &Hash, ) -> Result<BTreeMap<String, Hash>>
Recursively flatten a stored Tree into path -> blob hash (files and symlinks; directories are descended into).
Tree
path -> blob hash