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

Method isAllSet

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

Source from the content-addressed store, hash-verified

185 return myself or mychildren
186
187 def isAllSet(self):
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])

Callers 1

isMisra93CompliantMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected