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

Method DetachFirst

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

Source from the content-addressed store, hash-verified

898}
899
900Track::Holder TrackList::DetachFirst()
901{
902 auto iter = ListOfTracks::begin();
903 auto result = *iter;
904 erase(iter);
905 result->SetOwner({}, {});
906 return result;
907}

Callers 4

ProcessPassMethod · 0.80
CreateMethod · 0.80
MonoToStereoMethod · 0.80
FinalizeImportMethod · 0.80

Calls 2

SetOwnerMethod · 0.80
beginFunction · 0.70

Tested by

no test coverage detected