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

Method FindChannel

src/tracks/ui/SelectHandle.cpp:453–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453std::shared_ptr<Channel> SelectHandle::FindChannel()
454{
455 if (const auto pView = mpView.lock())
456 return pView->FindChannel();
457 else
458 return {};
459}
460
461std::shared_ptr<const Track> SelectHandle::FindTrack() const
462{

Callers 6

HitTestMethod · 0.45
SelectHandleMethod · 0.45
FindTrackMethod · 0.45
DragMethod · 0.45
PreviewMethod · 0.45
OnTimerMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected