MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / fill

Method fill

lib/settings.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 mFlags = 0;
69 }
70 void fill() {
71 mFlags = 0xFFFFFFFF;
72 }
73 bool isEnabled(T flag) const {
74 return (mFlags & (1U << static_cast<uint32_t>(flag))) != 0;
75 }

Callers 5

parseEnabledMethod · 0.80
loadFunctionMethod · 0.80
simpleEnableGroupMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 3

simpleEnableGroupMethod · 0.64
runMethod · 0.64
runMethod · 0.64