MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / setStorage

Method setStorage

src/csvtable.cpp:1093–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091
1092
1093void CsvTable::setStorage(CsvDataStorage &storage) {
1094 this->storage = storage;
1095}
1096
1097
1098bool CsvTable::cellContainsLineBreak(table_index_t R, table_index_t C) {

Callers 1

undoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected