Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
traverseConditional
Function · 0.85
updateLoop
Function · 0.85
updateRange
Function · 0.85
Calls
1
isModified
Method · 0.45
Tested by
no test coverage detected