Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nullPointerError
Method · 0.80
getDimensionsEtc
Function · 0.80
negativeMemoryAllocationSizeError
Method · 0.80
fromValues
Method · 0.80
inferCondition
Function · 0.80
getKnownIntValue
Function · 0.80
isCompatibleValues
Function · 0.80
setTokenValue
Function · 0.80
combineValueProperties
Method · 0.80
valueFlowArrayBool
Function · 0.80
valueFlowArrayElement
Function · 0.80
valueFlowImpossibleValues
Function · 0.80
Calls
no outgoing calls
Tested by
13
isNotKnown
Method · 0.64
testValueOfXKnown_
Method · 0.64
testKnownValueOfTok_
Method · 0.64
valueFlowNumber
Method · 0.64
valueFlowCalculations
Method · 0.64
valueFlowFwdAnalysis
Method · 0.64
valueFlowSwitchVariable
Method · 0.64
valueFlowForLoop
Method · 0.64
valueFlowFunctionReturn
Method · 0.64
isNotKnownValues
Method · 0.64
knownValue
Method · 0.64
valueFlowConditionExpressions
Method · 0.64