Expand description
Pure planning models for safe undo of versioned object operations.
Structs§
- Undo
Object Result - Per-object result that retains the exact plan used for execution.
- Undo
Plan - Deterministic collection of object undo actions.
- Undo
Plan Item - One object mutation together with the current-version precondition observed during planning.
Enums§
- Undo
Action - A history-preserving mutation selected by the undo planner.
- Undo
Outcome - Result state for one planned object.
Functions§
- plan_
object_ undo - Plan a safe undo for one key from its complete, newest-first version history.