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

Method resizeTable

src/csvtable.cpp:557–560  ·  view source on GitHub ↗

* Resizes table so that it matches new_rows, new_cols. */

Source from the content-addressed store, hash-verified

555 * Resizes table so that it matches new_rows, new_cols.
556 */
557void CsvTable::resizeTable(table_index_t new_rows, table_index_t new_cols) {
558 storage.resize(new_rows, new_cols);
559 updateInternals();
560}
561
562
563/**

Callers 1

pasteMethod · 0.80

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected