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

Method isMisra92Compliant

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

Source from the content-addressed store, hash-verified

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])
195
196 def isMisra93Compliant(self):
197 if self.elementType == 'array':

Callers 1

misra_9_xFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected