Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
table_index_t CsvTable::getNumberRows() {
84
return storage.rows();
85
}
86
87
/*
88
* Returns the content of a cell of headerRow.
Callers
15
execute
Method · 0.80
handle
Method · 0.80
draw_cell
Method · 0.80
selectAll
Method · 0.80
loadFile
Method · 0.80
showInfoWindow
Method · 0.80
humanReadableSelection
Method · 0.80
updateTable
Method · 0.80
undo
Method · 0.80
splitCsvFiles
Method · 0.80
showPreview
Method · 0.80
find_substring_CB
Method · 0.80
Calls
1
rows
Method · 0.80
Tested by
no test coverage detected