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

Method isDead

lib/forwardanalyzer.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 return action.isInconclusive() && !isConclusiveEscape();
88 }
89 bool isDead() const {
90 return action.isModified() || action.isInconclusive() || isEscape();
91 }
92 };
93
94 bool stopUpdates() {

Callers 1

updateRangeFunction · 0.80

Calls 2

isModifiedMethod · 0.45
isInconclusiveMethod · 0.45

Tested by

no test coverage detected