ROADMAP v0.3.0 - Check if transaction has any undo operations for ROLLBACK decision
(&self)
| 243 | /// Check if the log is empty |
| 244 | #[allow(dead_code)] // ROADMAP v0.3.0 - Check if transaction has any undo operations for ROLLBACK decision |
| 245 | pub fn is_empty(&self) -> bool { |
| 246 | self.undo_operations.is_empty() |
| 247 | } |
| 248 | |
| 249 | /// Get statistics about the log |
| 250 | #[allow(dead_code)] // ROADMAP v0.6.0 - Transaction log statistics for monitoring and observability |
no outgoing calls