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

Function isAttributePure

lib/token.h:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 setFlag(fIsAttributeUsed, unused);
534 }
535 bool isAttributePure() const {
536 return getFlag(fIsAttributePure);
537 }
538 void isAttributePure(const bool value) {
539 setFlag(fIsAttributePure, value);
540 }

Callers

nothing calls this directly

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected