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

Method getNumberRows

src/csvtable.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83table_index_t CsvTable::getNumberRows() {
84 return storage.rows();
85}
86
87/*
88 * Returns the content of a cell of headerRow.

Callers 15

executeMethod · 0.80
handleMethod · 0.80
draw_cellMethod · 0.80
selectAllMethod · 0.80
loadFileMethod · 0.80
showInfoWindowMethod · 0.80
updateTableMethod · 0.80
undoMethod · 0.80
splitCsvFilesMethod · 0.80
showPreviewMethod · 0.80
find_substring_CBMethod · 0.80

Calls 1

rowsMethod · 0.80

Tested by

no test coverage detected