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

Function update

lib/forwardanalyzer.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 Progress update(Token* tok) {
237 Analyzer::Action action = analyzer->analyze(tok, Analyzer::Direction::Forward);
238 return update(tok, action);
239 }
240
241 Progress update(Token* tok, Analyzer::Action action)
242 {

Callers

nothing calls this directly

Calls 5

BreakFunction · 0.85
analyzeMethod · 0.80
updateMethod · 0.45
isInconclusiveMethod · 0.45
lowerToInconclusiveMethod · 0.45

Tested by

no test coverage detected