Skip to main content

decode_tree_delta_ops

Function decode_tree_delta_ops 

Source
pub fn decode_tree_delta_ops(
    data: &[u8],
    wanted: usize,
) -> Result<(TreeDeltaHeader, Vec<TreeDeltaOp>, usize), TreeStreamError>
Expand description

Decode wanted HDC1 operations. Used by bounded porch reads as well as full reconstruction.