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

Function isModified

lib/analyzer.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool isModified() const {
90 return isWrite() || isInvalid();
91 }
92
93 bool isIdempotent() const {
94 return get(Idempotent);

Callers 1

findChangedVariablesMethod · 0.70

Calls 2

isWriteFunction · 0.85
isInvalidFunction · 0.85

Tested by

no test coverage detected