MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / setCppcheckAttribute

Function setCppcheckAttribute

lib/token.h:607–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

setCppcheckAttributeMethod · 0.80

Tested by

no test coverage detected