Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ CanUndo
Method
CanUndo
Source/ActionHandler.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool CActionHandler::CanUndo() const
65
{
66
return redoPtr_ != undoList_.cbegin();
67
}
68
69
bool CActionHandler::CanRedo() const
70
{
Callers
2
OnEditUndo
Method · 0.80
OnUpdateEditUndo
Method · 0.80
Calls
1
cbegin
Method · 0.80
Tested by
no test coverage detected