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

Function is_suppressed

addons/cppcheckdata.py:1663–1667  ·  view source on GitHub ↗
(location, message, errorId)

Source from the content-addressed store, hash-verified

1661 return name, getArguments(token)
1662
1663def is_suppressed(location, message, errorId):
1664 for suppression in current_dumpfile_suppressions:
1665 if suppression.isMatch(location.file, location.linenr, message, errorId):
1666 return True
1667 return False
1668
1669def log_checker(message, addon):
1670 if '--cli' in sys.argv:

Callers 1

reportErrorFunction · 0.85

Calls 1

isMatchMethod · 0.45

Tested by

no test coverage detected