Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseEnabled
Method · 0.80
loadFunction
Method · 0.80
simpleEnableGroup
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
3
simpleEnableGroup
Method · 0.64
run
Method · 0.64
run
Method · 0.64