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

Function isInvalid

lib/analyzer.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool isInvalid() const {
78 return get(Invalid);
79 }
80
81 bool isInconclusive() const {
82 return get(Inconclusive);

Callers 1

isModifiedFunction · 0.85

Calls 1

getFunction · 0.70

Tested by

no test coverage detected