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