Skip to main content

apply_tree_delta

Function apply_tree_delta 

Source
pub fn apply_tree_delta(
    anchor: &Tree,
    ops: &[TreeDeltaOp],
) -> Result<Tree, TreeStreamError>
Expand description

Apply a sorted cumulative delta to its materialized anchor.