Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ setDataTable
Method
setDataTable
src/csvgrid.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
174
void CsvGrid::setDataTable(CsvTable *dataTable) {
175
DEBUG_PRINTF(
"#### CsvGrid::setDataTable\n"
);
176
this->dataTable = dataTable;
177
}
178
179
180
void CsvGrid::allowEvents(bool allow) {
Callers
2
create
Method · 0.80
setTypeByUser
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected