Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isAttributeUnused
Function
isAttributeUnused
lib/token.h:523–525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
setFlag(fIsAttributeDestructor, value);
522
}
523
bool isAttributeUnused() const {
524
return getFlag(fIsAttributeUnused);
525
}
526
void isAttributeUnused(bool unused) {
527
setFlag(fIsAttributeUnused, unused);
528
}
Callers
nothing calls this directly
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected