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

Method getNumberCols

src/csvtable.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79table_index_t CsvTable::getNumberCols() {
80 return storage.columns();
81}
82
83table_index_t CsvTable::getNumberRows() {
84 return storage.rows();

Callers 15

executeMethod · 0.80
handleMethod · 0.80
draw_cellMethod · 0.80
selectAllMethod · 0.80
loadFileMethod · 0.80
showInfoWindowMethod · 0.80
readWindowPreferencesMethod · 0.80
updateTableMethod · 0.80
undoMethod · 0.80
showPreviewMethod · 0.80

Calls 1

columnsMethod · 0.80

Tested by

no test coverage detected