Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
def
reportError(token, severity, msg, errorId):
44
cppcheckdata.reportError(token, severity, msg,
'naming'
, errorId)
45
46
47
for
arg in sys.argv[1:]:
Callers
1
naming.py
File · 0.70
Calls
1
reportError
Method · 0.45
Tested by
no test coverage detected