Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ set
Function
set
lib/analyzer.h:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
};
60
61
void set(unsigned int f, bool state = true) {
62
mFlag = state ? mFlag | f : mFlag & ~f;
63
}
64
65
bool get(unsigned int f) const {
66
return ((mFlag & f) != 0);
Callers
15
MT-Unsafe.py
File · 0.85
man_search
Function · 0.85
Platform
Method · 0.85
set
Method · 0.85
analyzer.h
File · 0.85
test_project_pathmatch_other_cwd
Function · 0.85
cppcheck_ex
Function · 0.85
test_sarif_severity_levels
Function · 0.85
test_sarif_with_multiple_files
Function · 0.85
test_sarif_rule_coverage
Function · 0.85
test_sarif_results_consistency
Function · 0.85
getForLoopCounterVariables
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_project_pathmatch_other_cwd
Function · 0.68
cppcheck_ex
Function · 0.68
test_sarif_severity_levels
Function · 0.68
test_sarif_with_multiple_files
Function · 0.68
test_sarif_rule_coverage
Function · 0.68
test_sarif_results_consistency
Function · 0.68