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

Function isWrite

lib/analyzer.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool isWrite() const {
74 return get(Write);
75 }
76
77 bool isInvalid() const {
78 return get(Invalid);

Callers 1

isModifiedFunction · 0.85

Calls 1

getFunction · 0.70

Tested by

no test coverage detected