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

Method DoFind

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

Source from the content-addressed store, hash-verified

463}
464
465auto TrackList::DoFind(Track *pTrack) -> TrackIter<Track>
466{
467 if (!pTrack || pTrack->GetOwner().get() != this)
468 return EndIterator<Track>();
469 else
470 return MakeTrackIterator<Track>(pTrack->GetNode());
471}
472
473auto TrackList::Find(Track *pTrack) -> TrackIter<Track>
474{

Callers

nothing calls this directly

Calls 2

GetNodeMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected