Skip to main content

apply_ops

Function apply_ops 

Source
pub fn apply_ops(
    phases: &mut Vec<TodoPhase>,
    ops: &[TodoOp],
) -> TodoUpdateResult
Expand description

Apply a sequence of ops, returning the result + transitions + errors.