Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isAttributeConstructor
Function
isAttributeConstructor
lib/token.h:511–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
setFlag(fIsCast, c);
510
}
511
bool isAttributeConstructor() const {
512
return getFlag(fIsAttributeConstructor);
513
}
514
void isAttributeConstructor(const bool ac) {
515
setFlag(fIsAttributeConstructor, ac);
516
}
Callers
nothing calls this directly
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected