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

Method printStatus

addons/misra.py:4637–4639  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

4635 print("Missing rule texts: " + ', '.join(missing_rules))
4636
4637 def printStatus(self, *args, **kwargs):
4638 if not self.settings.quiet:
4639 print(*args, **kwargs)
4640
4641 def executeCheck(self, rule_num, check_function, *args):
4642 """Execute check function for a single MISRA rule.

Callers 1

parseDumpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected