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

Method Find

libraries/lib-track/Track.cpp:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473auto TrackList::Find(Track *pTrack) -> TrackIter<Track>
474{
475 auto iter = DoFind(pTrack);
476 while( *iter && ! ( *iter )->IsLeader() )
477 --iter;
478 return iter.Filter( &Track::IsLeader );
479}
480
481void TrackList::Insert(const Track* before,
482 const Track::Holder &pSrc, bool assignIds)

Callers 13

ErrorMessageMethod · 0.45
IsGoodFileStringMethod · 0.45
SplitChannelsMethod · 0.45
ZipClipsMethod · 0.45
SelectRangeOfTracksMethod · 0.45
FindSyncLockGroupFunction · 0.45
ShowHelpMethod · 0.45
ParametersFromStringFunction · 0.45
ParsePluginPathMethod · 0.45
FindFunction · 0.45

Calls 2

IsLeaderMethod · 0.80
FilterMethod · 0.45

Tested by

no test coverage detected