| 608 | mImpl->setCppcheckAttribute(type, value); |
| 609 | } |
| 610 | bool getCppcheckAttribute(CppcheckAttributesType type, MathLib::bigint &value) const { |
| 611 | return mImpl->getCppcheckAttribute(type, value); |
| 612 | } |
| 613 | // cppcheck-suppress unusedFunction |
| 614 | bool hasCppcheckAttributes() const { |
| 615 | return nullptr != mImpl->mCppcheckAttributes; |
nothing calls this directly
no test coverage detected