Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ startRedo
Method
startRedo
radiantcore/undo/UndoSystem.cpp:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void UndoSystem::startRedo()
154
{
155
_redoStack.start(
"unnamedCommand"
);
156
setActiveUndoStack(&_redoStack);
157
}
158
159
bool UndoSystem::finishRedo(const std::string& command)
160
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected