Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
std::string CsvUndo::getCellContent() {
105
return prevCellContent;
106
}
107
108
int CsvUndo::getId() {
109
return id;
Callers
1
undo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected