MCPcopy 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
261bool Track::IsLeader() const
262{
263 return !GetLinkedTrack() || HasLinkedTrack();
264}
265
266bool Track::LinkConsistencyFix(bool doFix)
267{

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected