Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
table_index_t CsvTable::getNumberCols() {
80
return storage.columns();
81
}
82
83
table_index_t CsvTable::getNumberRows() {
84
return storage.rows();
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
storeWindowPreferences
Method · 0.80
readWindowPreferences
Method · 0.80
humanReadableSelection
Method · 0.80
updateTable
Method · 0.80
undo
Method · 0.80
showPreview
Method · 0.80
Calls
1
columns
Method · 0.80
Tested by
no test coverage detected