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

Method have_decoded_result

DSView/pv/sigsession.cpp:2559–2568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2557 }
2558
2559 bool SigSession::have_decoded_result()
2560 {
2561 for (auto trace : _decode_traces){
2562 if (trace->decoder()->get_result_count() > 0){
2563 return true;
2564 }
2565 }
2566
2567 return false;
2568 }
2569
2570 void SigSession::apply_samplerate()
2571 {

Callers 1

acceptMethod · 0.80

Calls 2

get_result_countMethod · 0.80
decoderMethod · 0.45

Tested by

no test coverage detected