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

Function updateTok

lib/forwardanalyzer.cpp:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 };
268
269 Progress updateTok(Token* tok, Token** out = nullptr) {
270 return traverseTok(tok, AsUpdate{this}, false, out);
271 }
272
273 Progress updateRecursive(Token* tok) {
274 return traverseRecursive(tok, AsUpdate{this}, false);

Callers 1

updateRangeFunction · 0.85

Calls 1

traverseTokFunction · 0.85

Tested by

no test coverage detected