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

Method hasUndoStates

src/csvwindow.cpp:847–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847bool CsvWindow::hasUndoStates() {
848 if( undoList.empty() ) {
849 return false;
850 } else {
851 return true;
852 }
853}
854
855
856/*

Callers 2

undoCBMethod · 0.80
setTopWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected