Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
847
bool CsvWindow::hasUndoStates() {
848
if( undoList.empty() ) {
849
return false;
850
} else {
851
return true;
852
}
853
}
854
855
856
/*
Callers
2
undoCB
Method · 0.80
setTopWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected