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

Function reportError

addons/naming.py:43–44  ·  view source on GitHub ↗
(token, severity, msg, errorId)

Source from the content-addressed store, hash-verified

41
42
43def reportError(token, severity, msg, errorId):
44 cppcheckdata.reportError(token, severity, msg, 'naming', errorId)
45
46
47for arg in sys.argv[1:]:

Callers 1

naming.pyFile · 0.70

Calls 1

reportErrorMethod · 0.45

Tested by

no test coverage detected