Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1093
void CsvTable::setStorage(CsvDataStorage &storage) {
1094
this->storage = storage;
1095
}
1096
1097
1098
bool CsvTable::cellContainsLineBreak(table_index_t R, table_index_t C) {
Callers
1
undo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected