Skip to main content

compute_delta

Function compute_delta 

Source
pub fn compute_delta(
    base_cursor: u64,
    current: &str,
    next: &str,
) -> PayloadDelta
Expand description

Compute a naive delta that replaces the tree when the content differs.