Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ intValue
Method
intValue
lib/settings.h:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
uint32_t mFlags = 0;
63
public:
64
uint32_t intValue() const {
65
return mFlags;
66
}
67
void clear() {
68
mFlags = 0;
69
}
Callers
3
enable
Method · 0.80
disable
Method · 0.80
simpleEnableGroup
Method · 0.80
Calls
no outgoing calls
Tested by
1
simpleEnableGroup
Method · 0.64