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

Method set_rows_gshow

DSView/pv/data/decoderstack.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void DecoderStack::set_rows_gshow(const decode::Row row, bool show)
281{
282 std::map<const decode::Row, bool>::const_iterator iter = _rows_gshow.find(row);
283 if (iter != _rows_gshow.end()) {
284 _rows_gshow[row] = show;
285 }
286}
287
288void DecoderStack::set_rows_lshow(const decode::Row row, bool show)
289{

Callers 2

load_decodersMethod · 0.80
tog_iconMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected