⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

apply_delta

Function apply_delta 

Source
pub fn apply_delta(
    old: &[u8],
    delta: &BinaryDelta,
) -> Result<Vec<u8>, KernelError>
Expand description

Apply a binary delta to the source data, producing the target.

Returns an error if a Copy operation references out-of-bounds source data.