Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ deleteTable
Method
deleteTable
src/csvundo.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
113
void CsvUndo::deleteTable() {
114
// delete(table);
115
}
116
117
std::vector<table_index_t> CsvUndo::getSelection() {
118
return selection;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected