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

Method start_capture

DSView/pv/sigsession.cpp:500–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 }
499
500 bool SigSession::start_capture(bool instant)
501 {
502 _is_action = true;
503 int ret = action_start_capture(instant);
504 _is_action = false;
505 return ret;
506 }
507
508 bool SigSession::action_start_capture(bool instant)
509 {

Callers 5

OnMessageMethod · 0.80
set_enableMethod · 0.80
zero_adjMethod · 0.80
action_run_stopMethod · 0.80
action_instant_stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected