Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ dumpStatus
Method
dumpStatus
src/csvtable.cpp:540–542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
539
540
void CsvTable::dumpStatus(std::string msg) {
541
std::cerr << msg <<
": table: "
<< getNumberRows() <<
"/"
<< getNumberCols() <<
" - storage: "
<< storage.rows() <<
"/"
<< storage.columns() << std::endl;
542
}
543
544
545
Callers
nothing calls this directly
Calls
2
rows
Method · 0.80
columns
Method · 0.80
Tested by
no test coverage detected