Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isIncremental
Function
isIncremental
lib/analyzer.h:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool isIncremental() const {
98
return get(Incremental);
99
}
100
101
bool isSymbolicMatch() const {
102
return get(SymbolicMatch);
Callers
1
valueFlowAfterAssign
Function · 0.85
Calls
1
get
Function · 0.70
Tested by
no test coverage detected