MCPcopy Create free account
hub / github.com/audacity/audacity / Find

Method Find

src/tracks/ui/ChannelView.cpp:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234ChannelView *ChannelView::Find(Channel *pChannel)
235{
236 if (!pChannel)
237 return nullptr;
238 return FindFromChannelGroup(
239 &pChannel->GetChannelGroup(), pChannel->GetChannelIndex());
240}
241
242const ChannelView *ChannelView::Find(const Channel *pChannel)
243{

Callers 4

FindCorrespondenceFunction · 0.45
DoSlideVerticalMethod · 0.45
OnUpdateMethod · 0.45

Calls 3

FindFunction · 0.85
GetChannelIndexMethod · 0.80
GetChannelGroupMethod · 0.45

Tested by

no test coverage detected