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

Method clear

src/csvdatastorage.cpp:86–90  ·  view source on GitHub ↗

clear() Clear the table */

Source from the content-addressed store, hash-verified

84 Clear the table
85 */
86void CsvDataStorage::clear() {
87 tableData.clear();
88 tableData.shrink_to_fit();
89 numColumns = 0;
90}
91
92
93/**

Callers 15

copyBlockMethod · 0.45
addColMethod · 0.45
clearTableMethod · 0.45
saveCsvMethod · 0.45
exportJSONMethod · 0.45
deleteFlaggedRowsMethod · 0.45
clearFlagsMethod · 0.45
internalStoreIntsMethod · 0.45
internalStoreStringsMethod · 0.45
parseCsvStreamMethod · 0.45
parseCsvLineMethod · 0.45
csvparser.cppFile · 0.45

Calls

no outgoing calls

Tested by 7

DOCTEST_DEFINE_DECORATORFunction · 0.36
test_case_reenterMethod · 0.36
test_case_endMethod · 0.36
test_case_startMethod · 0.36
test_case_reenterMethod · 0.36
clearFiltersMethod · 0.36
runMethod · 0.36