| 1025 | |
| 1026 | table_index_t CsvTable::flagInconsistentData(table_index_t column) { |
| 1027 | std::vector<enum CellContentType> types; |
| 1028 | std::map<enum CellContentType, table_index_t> type_distribution; |
| 1029 | table_index_t ROWS = getNumberRows(); |
| 1030 |
nothing calls this directly
no outgoing calls
no test coverage detected