Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ clearUndoList
Method
clearUndoList
src/csvwindow.cpp:895–902 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
894
895
void CsvWindow::clearUndoList() {
896
CsvUndo ustate;
897
while( !undoList.empty() ) {
898
ustate = undoList.back();
899
// ustate.deleteTable();
900
undoList.pop_back();
901
}
902
}
903
904
905
Callers
1
closeWindow
Method · 0.80
Calls
1
pop_back
Method · 0.80
Tested by
no test coverage detected