MCPcopy 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
288def reportError(token, severity, msg, errid): # noqa: D103
289 cppcheckdata.reportError(token, severity, msg, 'threadsafety', errid)
290
291
292def checkstatic(data): # noqa: D103

Callers 2

checkstaticFunction · 0.70
check_MTunsafeFunction · 0.70

Calls 1

reportErrorMethod · 0.45

Tested by

no test coverage detected