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

Method isOnlyDesignated

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

Source from the content-addressed store, hash-verified

188 return all([child.isPositional or child.isDesignated for child in self.children])
189
190 def isOnlyDesignated(self):
191 return all([not child.isPositional for child in self.children])
192
193 def isMisra92Compliant(self):
194 return self.structureViolationToken is None and all([child.isMisra92Compliant() for child in self.children])

Callers 1

isMisra93CompliantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected