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

Method getCellPosition

src/csvundo.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100std::tuple<table_index_t,table_index_t> CsvUndo::getCellPosition() {
101 return std::make_tuple(R,C);
102}
103
104std::string CsvUndo::getCellContent() {
105 return prevCellContent;

Callers 1

undoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected