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

Function simpleMatch

addons/misc.py:26–27  ·  view source on GitHub ↗
(token, pattern)

Source from the content-addressed store, hash-verified

24 cppcheckdata.reportError(token, severity, msg, 'misc', id)
25
26def simpleMatch(token, pattern):
27 return cppcheckdata.simpleMatch(token, pattern)
28
29# Get function arguments
30def getArgumentsRecursive(tok, arguments):

Callers 1

ellipsisStructArgFunction · 0.70

Calls 1

simpleMatchMethod · 0.80

Tested by

no test coverage detected