pub fn decode_tree_delta_ops_prefix(
data: &[u8],
object_len: usize,
wanted: usize,
) -> Result<(TreeDeltaHeader, Vec<TreeDeltaOp>, usize), TreeStreamError>Expand description
Decode an HDC1 operation porch without transferring the rest of the body.