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

Function isThisModified

lib/vf_analyzers.cpp:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 virtual Action isThisModified(const Token* tok) const {
270 if (isThisChanged(tok, 0, getSettings()))
271 return Action::Invalid;
272 return Action::None;
273 }
274
275 virtual Action isWritable(const Token* tok, Direction d) const {
276 const ValueFlow::Value* value = getValue(tok);

Callers 1

analyzeFunction · 0.85

Calls 1

isThisChangedFunction · 0.85

Tested by

no test coverage detected