MCPcopy 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 */
1021void CsvTable::clearFlags() {
1022 flags.clear();
1023}
1024
1025
1026table_index_t CsvTable::flagInconsistentData(table_index_t column) {

Callers 1

unflagRowsCBMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected