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

Method is_realtime_refresh

DSView/pv/sigsession.cpp:2435–2444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2433 }
2434
2435 bool SigSession::is_realtime_refresh()
2436 {
2437 if (is_loop_mode())
2438 return true;
2439 if (_is_stream_mode && is_single_mode())
2440 return true;
2441 if (_is_stream_mode && is_repeat_mode() && is_single_buffer())
2442 return true;
2443 return false;
2444 }
2445
2446 void SigSession::on_load_config_end()
2447 {

Callers 6

do_decode_workMethod · 0.80
execute_decode_stackMethod · 0.80
doPaintMethod · 0.80
set_receive_lenMethod · 0.80
action_run_stopMethod · 0.80
action_instant_stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected