MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / get_rows_lshow

Method get_rows_lshow

DSView/pv/data/decoderstack.cpp:270–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270std::map<const decode::Row, bool> DecoderStack::get_rows_lshow()
271{
272 std::map<const decode::Row, bool> rows_lshow;
273 for (std::map<const decode::Row, bool>::const_iterator i = _rows_lshow.begin();
274 i != _rows_lshow.end(); i++) {
275 rows_lshow[(*i).first] = (*i).second;
276 }
277 return rows_lshow;
278}
279
280void DecoderStack::set_rows_gshow(const decode::Row row, bool show)
281{

Callers 5

set_protocolMethod · 0.80
on_row_checkMethod · 0.80
ProtocolExpMethod · 0.80
save_procMethod · 0.80
nav_table_viewMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected