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

Method getNextChild

addons/misra_9.py:82–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 child.parent = self
81
82 def getNextChild(self):
83 self.childIndex += 1
84 return self.getChildByIndex(self.childIndex)
85
86 def getChildByIndex(self, index):
87 if self.isFlexible:

Callers 1

parseInitializerMethod · 0.80

Calls 1

getChildByIndexMethod · 0.95

Tested by

no test coverage detected