MCPcopy 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;
63public:
64 uint32_t intValue() const {
65 return mFlags;
66 }
67 void clear() {
68 mFlags = 0;
69 }

Callers 3

enableMethod · 0.80
disableMethod · 0.80
simpleEnableGroupMethod · 0.80

Calls

no outgoing calls

Tested by 1

simpleEnableGroupMethod · 0.64