Skip to main content

splice

Function splice 

Source
pub fn splice<S>(
    prolly: &Prolly<S>,
    tree: &Tree,
    mutations: Vec<Mutation>,
) -> Result<(Tree, SpliceStats), Error>
where S: Store, S::Error: Send + Sync,
Expand description

Apply logical mutations through the localized writer.