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

Method getCellContent

src/csvundo.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104std::string CsvUndo::getCellContent() {
105 return prevCellContent;
106}
107
108int CsvUndo::getId() {
109 return id;

Callers 1

undoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected