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

Function stopUpdates

lib/forwardanalyzer.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 };
93
94 bool stopUpdates() {
95 analyzeOnly = true;
96 return actions.isModified();
97 }
98
99 bool stopOnCondition(const Token* condTok) const
100 {

Callers 3

traverseConditionalFunction · 0.85
updateLoopFunction · 0.85
updateRangeFunction · 0.85

Calls 1

isModifiedMethod · 0.45

Tested by

no test coverage detected