Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
900
Track::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
ProcessPass
Method · 0.80
Create
Method · 0.80
MonoToStereo
Method · 0.80
FinalizeImport
Method · 0.80
Calls
2
SetOwner
Method · 0.80
begin
Function · 0.70
Tested by
no test coverage detected