MCPcopy 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

valueFlowAfterAssignFunction · 0.85

Calls 1

getFunction · 0.70

Tested by

no test coverage detected