Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ delColsCB
Method
delColsCB
src/csvapplication.cpp:414–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
app.addRow(false);
413
}
414
void CsvApplication::delColsCB(Fl_Widget *, void *) {
415
app.delCols();
416
}
417
void CsvApplication::delRowsCB(Fl_Widget *, void *) {
418
app.delRows();
419
}
Callers
nothing calls this directly
Calls
1
delCols
Method · 0.45
Tested by
no test coverage detected