MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / list_rows_size

Method list_rows_size

DSView/pv/data/decoderstack.cpp:845–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845int DecoderStack::list_rows_size()
846{
847 int rows_size = 0;
848 for (auto i = _rows.begin(); i != _rows.end(); i++) {
849 auto iter = _rows_lshow.find((*i).first);
850 if (iter != _rows_lshow.end() && (*iter).second)
851 rows_size++;
852 }
853 return rows_size;
854}
855
856bool DecoderStack::options_changed()
857{

Callers 1

columnCountMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected