Do the non-mutating part of consistency fix only and return status
| 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 |
no test coverage detected