MCPcopy Create free account
hub / github.com/audacity/audacity / LinkConsistencyCheck

Function LinkConsistencyCheck

libraries/lib-track/Track.h:225–226  ·  view source on GitHub ↗

Do the non-mutating part of consistency fix only and return status

Source from the content-addressed store, hash-verified

223
224 //! Do the non-mutating part of consistency fix only and return status
225 bool LinkConsistencyCheck()
226 { return const_cast<Track*>(this)->LinkConsistencyFix(false); }
227
228 bool HasOwner() const { return static_cast<bool>(GetOwner());}
229

Callers 1

DoSetLinkTypeMethod · 0.85

Calls 1

LinkConsistencyFixMethod · 0.45

Tested by

no test coverage detected