Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findChangedVariables
Method · 0.70
Calls
2
isWrite
Function · 0.85
isInvalid
Function · 0.85
Tested by
no test coverage detected