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

Method check_required_probes

DSView/pv/data/decoderstack.cpp:407–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407bool DecoderStack::check_required_probes()
408{
409 for(auto dec : _stack){
410 if (!dec->have_required_probes()) {
411 return false;
412 }
413 }
414
415 return true;
416}
417
418void DecoderStack::do_decode_work()
419{

Callers 1

create_popupMethod · 0.80

Calls 1

have_required_probesMethod · 0.80

Tested by

no test coverage detected