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

Function isAttributeUsed

lib/token.h:529–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 setFlag(fIsAttributeUnused, unused);
528 }
529 bool isAttributeUsed() const {
530 return getFlag(fIsAttributeUsed);
531 }
532 void isAttributeUsed(const bool unused) {
533 setFlag(fIsAttributeUsed, unused);
534 }

Callers

nothing calls this directly

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected