Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ redoStepCount
Method
redoStepCount
src/undo/undo_manager.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
251
int UndoManager::redoStepCount() const
252
{
253
return int(undo_steps.size()) - current_index;
254
}
255
256
257
UndoStep* UndoManager::nextRedoStep() const
Callers
1
compareMaps
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected