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

Method get_verify_expected

addons/misra.py:4252–4254  ·  view source on GitHub ↗

Return the list of expected violations in the verify test

(self)

Source from the content-addressed store, hash-verified

4250
4251
4252 def get_verify_expected(self):
4253 """Return the list of expected violations in the verify test"""
4254 return self.verify_expected
4255
4256 def get_verify_actual(self):
4257 """Return the list of actual violations in for the verify test"""

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected