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

Method is_first_store_confirm

DSView/pv/sigsession.cpp:2349–2356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2347 }
2348
2349 bool SigSession::is_first_store_confirm()
2350 {
2351 if (_work_time_id != _confirm_store_time_id){
2352 _confirm_store_time_id = _work_time_id;
2353 return true;
2354 }
2355 return false;
2356 }
2357
2358 void SigSession::realtime_refresh_timeout()
2359 {

Callers 3

confirm_to_store_dataMethod · 0.80
on_device_selectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected