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

Method clear_signals

DSView/pv/sigsession.cpp:2410–2422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2408 }
2409
2410 void SigSession::clear_signals()
2411 {
2412 DESTROY_OBJECT(_math_trace);
2413
2414 for (int i=0; i< (int)_signals.size(); i++)
2415 {
2416 auto *p = _signals[i];
2417 p->sig_released(p);
2418
2419 DESTROY_QT_LATER(p);
2420 }
2421 _signals.clear();
2422 }
2423
2424 view::Signal* SigSession::get_signal_by_index(int index)
2425 {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected