Skip to main content

flatten_tree

Function flatten_tree 

Source
pub fn flatten_tree(
    store: &ObjectStore,
    root: &Hash,
) -> Result<BTreeMap<String, Hash>>
Expand description

Recursively flatten a stored Tree into path -> blob hash (files and symlinks; directories are descended into).