MCPcopy 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
224bool Track::HasLinkedTrack() const noexcept
225{
226 return mLinkType != LinkType::None;
227}
228
229std::optional<TranslatableString> Track::GetErrorOpening() const
230{

Callers 4

GetLinkedTrackMethod · 0.80
LinkConsistencyFixMethod · 0.80
GetNextMethod · 0.80
GetPrevMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected