MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~CsvUndo

Method ~CsvUndo

src/csvundo.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 uniqNumber++;
37}
38CsvUndo::~CsvUndo() {
39 // CsvWindow::undo() copies CsvUndo::table to windows[]->table, so no delete(table) is needed here
40 //
41}
42
43void CsvUndo::createUndoStateTable(CsvTable &table, std::string descr) {
44 size_t size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected