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

Function getArguments

addons/misc.py:39–42  ·  view source on GitHub ↗
(ftok)

Source from the content-addressed store, hash-verified

37 arguments.append(tok)
38
39def getArguments(ftok):
40 arguments = []
41 getArgumentsRecursive(ftok.astOperand2, arguments)
42 return arguments
43
44def isStringLiteral(tokenString):
45 return tokenString.startswith('"')

Callers 1

ellipsisStructArgFunction · 0.70

Calls 1

getArgumentsRecursiveFunction · 0.70

Tested by

no test coverage detected