Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ clear
Method
clear
src/csvdatastorage.cpp:86–90 ·
view source on GitHub ↗
clear() Clear the table */
Source
from the content-addressed store, hash-verified
84
Clear the table
85
*/
86
void CsvDataStorage::clear() {
87
tableData.clear();
88
tableData.shrink_to_fit();
89
numColumns = 0;
90
}
91
92
93
/**
Callers
15
copyBlock
Method · 0.45
addCol
Method · 0.45
clearTable
Method · 0.45
saveCsv
Method · 0.45
exportJSON
Method · 0.45
deleteFlaggedRows
Method · 0.45
clearFlags
Method · 0.45
internalStoreInts
Method · 0.45
internalStoreStrings
Method · 0.45
parseCsvStream
Method · 0.45
parseCsvLine
Method · 0.45
csvparser.cpp
File · 0.45
Calls
no outgoing calls
Tested by
7
DOCTEST_DEFINE_DECORATOR
Function · 0.36
test_case_reenter
Method · 0.36
test_case_end
Method · 0.36
test_case_start
Method · 0.36
test_case_reenter
Method · 0.36
clearFilters
Method · 0.36
run
Method · 0.36