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

Method exit_capture

DSView/pv/sigsession.cpp:792–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 }
791
792 void SigSession::exit_capture()
793 {
794 _is_instant = false;
795
796 _feed_timer.Stop();
797
798 if (_device_agent.is_collecting())
799 _device_agent.stop();
800 }
801
802 bool SigSession::get_capture_status(bool &triggered, int &progress)
803 {

Callers

nothing calls this directly

Calls 3

is_collectingMethod · 0.80
StopMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected