MCPcopy 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
251int UndoManager::redoStepCount() const
252{
253 return int(undo_steps.size()) - current_index;
254}
255
256
257UndoStep* UndoManager::nextRedoStep() const

Callers 1

compareMapsFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected