Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ reportError
Function
reportError
addons/threadsafety.py:288–289 ·
view source on GitHub ↗
(token, severity, msg, errid)
Source
from the content-addressed store, hash-verified
286
287
288
def
reportError(token, severity, msg, errid):
# noqa: D103
289
cppcheckdata.reportError(token, severity, msg,
'threadsafety'
, errid)
290
291
292
def
checkstatic(data):
# noqa: D103
Callers
2
checkstatic
Function · 0.70
check_MTunsafe
Function · 0.70
Calls
1
reportError
Method · 0.45
Tested by
no test coverage detected