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

Method get_verify_actual

addons/misra.py:4256–4258  ·  view source on GitHub ↗

Return the list of actual violations in for the verify test

(self)

Source from the content-addressed store, hash-verified

4254 return self.verify_expected
4255
4256 def get_verify_actual(self):
4257 """Return the list of actual violations in for the verify test"""
4258 return self.verify_actual
4259
4260 def get_violations(self, violation_type=None):
4261 """Return the list of violations for a normal checker run"""

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected