Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhowiebkr/PyFlowGraph
/ can_undo
Method
can_undo
src/core/node_graph.py:80–82 ·
view source on GitHub ↗
Check if undo is available.
(self)
Source
from the content-addressed store, hash-verified
78
return
False
79
80
def
can_undo(self):
81
""
"Check if undo is available."
""
82
return
self.command_history.can_undo()
83
84
def
can_redo(self):
85
""
"Check if redo is available."
""
Callers
8
_update_undo_redo_actions
Method · 0.45
test_command_execution
Method · 0.45
test_undo_redo_cycle
Method · 0.45
test_node_graph_command_execution
Method · 0.45
test_keyboard_shortcuts_integration
Method · 0.45
test_chaos_deletion_undo_redo_execution
Method · 0.45
test_specific_deletion_patterns
Method · 0.45
test_rapid_operations
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_command_execution
Method · 0.36
test_undo_redo_cycle
Method · 0.36
test_node_graph_command_execution
Method · 0.36
test_keyboard_shortcuts_integration
Method · 0.36
test_chaos_deletion_undo_redo_execution
Method · 0.36
test_specific_deletion_patterns
Method · 0.36
test_rapid_operations
Method · 0.36