| 605 | return !mImpl->mAttributeCleanup.empty(); |
| 606 | } |
| 607 | void setCppcheckAttribute(CppcheckAttributesType type, MathLib::bigint value) { |
| 608 | mImpl->setCppcheckAttribute(type, value); |
| 609 | } |
| 610 | bool getCppcheckAttribute(CppcheckAttributesType type, MathLib::bigint &value) const { |
| 611 | return mImpl->getCppcheckAttribute(type, value); |
| 612 | } |
nothing calls this directly
no test coverage detected