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

Method isNotKnown

test/testvalueflow.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 static bool isNotKnown(const ValueFlow::Value& val) {
202 return !val.isKnown();
203 }
204
205 static bool isNotInconclusive(const ValueFlow::Value& val) {
206 return !val.isInconclusive();

Callers

nothing calls this directly

Calls 1

isKnownMethod · 0.80

Tested by

no test coverage detected