MCPcopy 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
540void 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

rowsMethod · 0.80
columnsMethod · 0.80

Tested by

no test coverage detected