Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ clearTable
Method
clearTable
src/csvtable.cpp:546–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
545
546
void CsvTable::clearTable() {
547
storage.clear();
548
flags.clear();
549
updateInternals();
550
}
551
552
553
Callers
3
loadFile
Method · 0.80
closeWindow
Method · 0.80
showPreview
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected