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

Method have_new_realtime_refresh

DSView/pv/sigsession.cpp:2363–2372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2361 }
2362
2363 bool SigSession::have_new_realtime_refresh(bool keep)
2364 {
2365 if (_rt_ck_refresh_time_id != _rt_refresh_time_id){
2366 if (!keep){
2367 _rt_ck_refresh_time_id = _rt_refresh_time_id;
2368 }
2369 return true;
2370 }
2371 return false;
2372 }
2373
2374 void SigSession::clear_decode_result()
2375 {

Callers 2

doPaintMethod · 0.80
set_receive_lenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected