MCPcopy 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
174void CsvGrid::setDataTable(CsvTable *dataTable) {
175 DEBUG_PRINTF("#### CsvGrid::setDataTable\n");
176 this->dataTable = dataTable;
177}
178
179
180void CsvGrid::allowEvents(bool allow) {

Callers 2

createMethod · 0.80
setTypeByUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected