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