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

Method setFilePrefix

addons/misra.py:4447–4452  ·  view source on GitHub ↗

Set the file prefix to ignore from files when matching suppression files

(self, prefix)

Source from the content-addressed store, hash-verified

4445 print(" %s" % line)
4446
4447 def setFilePrefix(self, prefix):
4448 """
4449 Set the file prefix to ignore from files when matching
4450 suppression files
4451 """
4452 self.filePrefix = prefix
4453
4454 def setSeverity(self, severity):
4455 """

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected