Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
std::tuple<table_index_t,table_index_t> CsvUndo::getCellPosition() {
101
return std::make_tuple(R,C);
102
}
103
104
std::string CsvUndo::getCellContent() {
105
return prevCellContent;
Callers
1
undo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected