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

Function getCppcheckAttribute

lib/token.h:610–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

getCppcheckAttributeMethod · 0.80

Tested by

no test coverage detected