Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isComplex
Function
isComplex
lib/token.h:626–628 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
setFlag(fIsOperatorKeyword, value);
625
}
626
bool isComplex() const {
627
return getFlag(fIsComplex);
628
}
629
void isComplex(const bool value) {
630
setFlag(fIsComplex, value);
631
}
Callers
1
stringify
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected