Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ clearFlags
Method
clearFlags
src/csvtable.cpp:1021–1023 ·
view source on GitHub ↗
* Clears all flags */
Source
from the content-addressed store, hash-verified
1019
* Clears all flags
1020
*/
1021
void CsvTable::clearFlags() {
1022
flags.clear();
1023
}
1024
1025
1026
table_index_t CsvTable::flagInconsistentData(table_index_t column) {
Callers
1
unflagRowsCB
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected