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

Method set_rows_lshow

DSView/pv/data/decoderstack.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void DecoderStack::set_rows_lshow(const decode::Row row, bool show)
289{
290 std::map<const decode::Row, bool>::const_iterator iter = _rows_lshow.find(row);
291 if (iter != _rows_lshow.end()) {
292 _rows_lshow[row] = show;
293 }
294}
295
296bool DecoderStack::has_annotations(const Row &row)
297{

Callers 1

on_row_checkMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected