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

Function isInconclusive

lib/analyzer.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 bool isInconclusive() const {
82 return get(Inconclusive);
83 }
84
85 bool isNone() const {
86 return mFlag == None;

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected