Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ addChild
Method
addChild
addons/misra_9.py:78–80 ·
view source on GitHub ↗
(self, child)
Source
from the content-addressed store, hash-verified
76
return
myDump
77
78
def
addChild(self, child):
79
self.children.append(child)
80
child.parent = self
81
82
def
getNextChild(self):
83
self.childIndex += 1
Callers
2
createRecordChildrenDefs
Function · 0.95
createChild
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected