Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isAttributeDestructor
Function
isAttributeDestructor
lib/token.h:517–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
setFlag(fIsAttributeConstructor, ac);
516
}
517
bool isAttributeDestructor() const {
518
return getFlag(fIsAttributeDestructor);
519
}
520
void isAttributeDestructor(const bool value) {
521
setFlag(fIsAttributeDestructor, value);
522
}
Callers
nothing calls this directly
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected