Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
908
bool 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_cell
Method · 0.80
event_callback2
Method · 0.80
find_replaceAll_CB
Method · 0.80
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected