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

Method createUndoStateCell

src/csvundo.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void CsvUndo::createUndoStateCell(std::string cellContent, table_index_t R, table_index_t C, bool hasCustomHeaderRow, std::string descr) {
61 this->id = uniqNumber;
62 this->type = TCRUNCHER_UNDO_TYPE_CELL;
63 this->prevCellContent = cellContent;
64 this->R = R;
65 this->C = C;
66 this->descr = descr;
67 this->hasCustomHeaderRow = hasCustomHeaderRow;
68}
69
70
71CsvDataStorage &CsvUndo::getUndoStorage() {

Callers 1

addUndoStateCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected