Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ columns
Method
columns
src/csvdatastorage.cpp:108–110 ·
view source on GitHub ↗
columns() Returns number of columns */
Source
from the content-addressed store, hash-verified
106
Returns number of columns
107
*/
108
table_index_t CsvDataStorage::columns() {
109
return numColumns;
110
}
111
112
113
Callers
11
CsvTable
Method · 0.80
getNumberCols
Method · 0.80
getCell
Method · 0.80
addCol
Method · 0.80
delCols
Method · 0.80
moveCols
Method · 0.80
dumpStatus
Method · 0.80
updateInternals
Method · 0.80
switchHeader
Method · 0.80
exportJSON
Method · 0.80
paste
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected