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

Method isModified

lib/forwardanalyzer.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 return escape && !escapeUnknown;
82 }
83 bool isModified() const {
84 return action.isModified() && !isConclusiveEscape();
85 }
86 bool isInconclusive() const {
87 return action.isInconclusive() && !isConclusiveEscape();
88 }

Callers 9

isDeadMethod · 0.45
stopUpdatesFunction · 0.45
traverseTokFunction · 0.45
operator()Method · 0.45
analyzeRangeFunction · 0.45
checkScopeFunction · 0.45
checkBranchFunction · 0.45
updateLoopFunction · 0.45
updateRangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected