| 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 | { |
no outgoing calls
no test coverage detected