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

Method stop_capture

DSView/pv/sigsession.cpp:730–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728 }
729
730 bool SigSession::stop_capture()
731 {
732 _is_action = true;
733 int ret = action_stop_capture();
734 _is_action = false;
735 return ret;
736 }
737
738 bool SigSession::action_stop_capture()
739 {

Callers 11

on_session_errorMethod · 0.80
on_saveMethod · 0.80
on_exportMethod · 0.80
confirm_to_store_dataMethod · 0.80
OnMessageMethod · 0.80
set_enableMethod · 0.80
on_mode_changeMethod · 0.80
zero_adjMethod · 0.80
action_run_stopMethod · 0.80
action_instant_stopMethod · 0.80
on_device_selectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected