Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ startUndo
Method
startUndo
radiantcore/undo/UndoSystem.cpp:140–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void UndoSystem::startUndo()
141
{
142
_undoStack.start(
"unnamedCommand"
);
143
setActiveUndoStack(&_undoStack);
144
}
145
146
bool UndoSystem::finishUndo(const std::string& command)
147
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected