Skip to main content

apply_delta

Function apply_delta 

Source
pub fn apply_delta(
    current_cursor: u64,
    _current_sha: &str,
    delta: PayloadDelta,
) -> Result<DeltaApplyResult, DeltaError>
Expand description

Apply a delta on the client. If the base cursor does not match or the delta is empty, it signals full sync.