Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ updateRecursive
Function
updateRecursive
lib/forwardanalyzer.cpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
Progress updateRecursive(Token* tok) {
274
return traverseRecursive(tok, AsUpdate{this}, false);
275
}
276
277
struct AsAnalyze {
278
ForwardTraversal* self = nullptr;
Callers
4
traverse
Method · 0.85
updateInnerLoop
Function · 0.85
updateLoop
Function · 0.85
updateRange
Function · 0.85
Calls
1
traverseRecursive
Function · 0.85
Tested by
no test coverage detected