MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / removeLastUndoState

Method removeLastUndoState

src/csvwindow.cpp:859–863  ·  view source on GitHub ↗

* Removes the top-most undo state without applying it – used for macros as we don't know what the macro is doing in advance */

Source from the content-addressed store, hash-verified

857 * Removes the top-most undo state without applying it – used for macros as we don't know what the macro is doing in advance
858 */
859void CsvWindow::removeLastUndoState() {
860 if( hasUndoStates() ) {
861 undoList.pop_back();
862 }
863}
864
865
866/*

Callers 1

executeMacroCBMethod · 0.80

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected