Function restore_tree

Source
pub async fn restore_tree(
    source: &MergedTree,
    destination: &MergedTree,
    matcher: &dyn Matcher,
) -> BackendResult<MergedTreeId>
Expand description

Restore matching paths from the source into the destination.