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

Function getArguments

addons/misra.py:1184–1187  ·  view source on GitHub ↗
(ftok)

Source from the content-addressed store, hash-verified

1182
1183
1184def getArguments(ftok):
1185 arguments = []
1186 getArgumentsRecursive(ftok.astOperand2, arguments)
1187 return arguments
1188
1189
1190def isalnum(c):

Callers 3

misra_7_4Method · 0.70
misra_11_8Method · 0.70

Calls 1

getArgumentsRecursiveFunction · 0.70

Tested by

no test coverage detected