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

Method unset

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

Source from the content-addressed store, hash-verified

153 child.initializeChildren()
154
155 def unset(self):
156 self.isDesignated = False
157 self.isPositional = False
158
159 # Unset is always recursive
160 for child in self.children:
161 child.unset()
162
163 def markStuctureViolation(self, token):
164 if self.name == '->':

Callers 1

parseInitializerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected