Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsLeader
Method
IsLeader
libraries/lib-track/Track.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
{ return GetSelected(); }
260
261
bool Track::IsLeader() const
262
{
263
return !GetLinkedTrack() || HasLinkedTrack();
264
}
265
266
bool Track::LinkConsistencyFix(bool doFix)
267
{
Callers
1
Find
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected