Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ CsvTable
Method
CsvTable
src/csvtable.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
37
CsvTable::CsvTable() {
38
CsvTable(0,0);
39
}
40
CsvTable::CsvTable(table_index_t start_rows, table_index_t start_cols) {
41
storage.resize(start_rows, start_cols);
42
headerRow = new std::vector<std::string>;
Callers
nothing calls this directly
Calls
6
CsvTable
Class · 0.85
resize
Method · 0.80
rows
Method · 0.80
columns
Method · 0.80
at
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected