Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isSigned
Function
isSigned
lib/token.h:477–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
475
setFlag(fIsUnsigned, sign);
476
}
477
bool isSigned() const {
478
return getFlag(fIsSigned);
479
}
480
void isSigned(const bool sign) {
481
setFlag(fIsSigned, sign);
482
}
Callers
1
stringify
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected