MCPcopy 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 */
108table_index_t CsvDataStorage::columns() {
109 return numColumns;
110}
111
112
113

Callers 11

CsvTableMethod · 0.80
getNumberColsMethod · 0.80
getCellMethod · 0.80
addColMethod · 0.80
delColsMethod · 0.80
moveColsMethod · 0.80
dumpStatusMethod · 0.80
updateInternalsMethod · 0.80
switchHeaderMethod · 0.80
exportJSONMethod · 0.80
pasteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected