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

Method FindTrack

src/tracks/ui/SelectHandle.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461std::shared_ptr<const Track> SelectHandle::FindTrack() const
462{
463 return TrackFromChannel(const_cast<SelectHandle &>(*this).FindChannel());
464}
465
466Track *SelectHandle::FindTrack(Channel *pChannel)
467{

Callers 1

DragMethod · 0.45

Calls 5

FindChannelFunction · 0.85
FindTrackFunction · 0.70
FindChannelMethod · 0.45
GetChannelGroupMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected