Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ HasLinkedTrack
Method
HasLinkedTrack
libraries/lib-track/Track.cpp:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
bool Track::HasLinkedTrack() const noexcept
225
{
226
return mLinkType != LinkType::None;
227
}
228
229
std::optional<TranslatableString> Track::GetErrorOpening() const
230
{
Callers
4
GetLinkedTrack
Method · 0.80
LinkConsistencyFix
Method · 0.80
GetNext
Method · 0.80
GetPrev
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected