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

Method get_channel_by_index

DSView/pv/sigsession.cpp:2483–2491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2481 }
2482
2483 view::Trace* SigSession::get_channel_by_index(int orgIndex)
2484 {
2485 for(auto t : _signals){
2486 if (t->get_index() == orgIndex){
2487 return t;
2488 }
2489 }
2490 return NULL;
2491 }
2492
2493 void SigSession::make_channels_view_index(int start_dex)
2494 {

Callers

nothing calls this directly

Calls 1

get_indexMethod · 0.45

Tested by

no test coverage detected