Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ disableUndo
Method
disableUndo
src/csvwindow.cpp:878–881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
876
877
878
void CsvWindow::disableUndo() {
879
undoDisabled = true;
880
clearUndoList();
881
}
882
883
884
void CsvWindow::enableUndo() {
Callers
1
disableUndoCB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected