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

Method markAsFlexibleArray

addons/misra_9.py:169–171  ·  view source on GitHub ↗
(self, token)

Source from the content-addressed store, hash-verified

167 self.structureViolationToken = token
168
169 def markAsFlexibleArray(self, token):
170 self.flexibleToken = token
171 self.isFlexible = True
172
173 def markAsCurrent(self):
174 if self.parent:

Callers 1

createArrayChildrenDefsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected