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

Method clearTable

src/csvtable.cpp:546–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544
545
546void CsvTable::clearTable() {
547 storage.clear();
548 flags.clear();
549 updateInternals();
550}
551
552
553

Callers 3

loadFileMethod · 0.80
closeWindowMethod · 0.80
showPreviewMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected