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

Method get_rows_gshow

DSView/pv/data/decoderstack.cpp:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260std::map<const decode::Row, bool> DecoderStack::get_rows_gshow()
261{
262 std::map<const decode::Row, bool> rows_gshow;
263 for (std::map<const decode::Row, bool>::const_iterator i = _rows_gshow.begin();
264 i != _rows_gshow.end(); i++) {
265 rows_gshow[(*i).first] = (*i).second;
266 }
267 return rows_gshow;
268}
269
270std::map<const decode::Row, bool> DecoderStack::get_rows_lshow()
271{

Callers 6

gen_decoders_jsonMethod · 0.80
load_decodersMethod · 0.80
paint_midMethod · 0.80
rows_sizeMethod · 0.80
DecoderGroupBoxMethod · 0.80
tog_iconMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected