Skip to main content

Module undo

Module undo 

Source

Structs§

OpLogEntry
Operation log entry for undo timeline
OpLogResponse

Functions§

execute_list
List the operation log
execute_redo
Redo a previously undone operation
execute_undo
Undo the last operation (or a specific operation by ID)
record_operation
Record an operation in the log (called by other commands)