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

Method isKnown

addons/cppcheckdata.py:861–862  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

859 valueKind = None
860
861 def isKnown(self):
862 return self.valueKind and self.valueKind == 'known'
863
864 def isPossible(self):
865 return self.valueKind and self.valueKind == 'possible'

Callers 15

nullPointerErrorMethod · 0.80
getDimensionsEtcFunction · 0.80
fromValuesMethod · 0.80
inferConditionFunction · 0.80
getKnownIntValueFunction · 0.80
isCompatibleValuesFunction · 0.80
setTokenValueFunction · 0.80
valueFlowArrayBoolFunction · 0.80
valueFlowArrayElementFunction · 0.80

Calls

no outgoing calls

Tested by 13

isNotKnownMethod · 0.64
testValueOfXKnown_Method · 0.64
testKnownValueOfTok_Method · 0.64
valueFlowNumberMethod · 0.64
valueFlowCalculationsMethod · 0.64
valueFlowFwdAnalysisMethod · 0.64
valueFlowForLoopMethod · 0.64
isNotKnownValuesMethod · 0.64
knownValueMethod · 0.64