MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / isFlagged

Method isFlagged

src/csvtable.cpp:908–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908bool CsvTable::isFlagged(table_index_t rowNr) {
909 if( flags.find(rowNr) != flags.end() ) {
910 return true;
911 }
912 return false;
913}
914
915
916/*

Callers 3

draw_cellMethod · 0.80
event_callback2Method · 0.80
find_replaceAll_CBMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected