Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1184
def
getArguments(ftok):
1185
arguments = []
1186
getArgumentsRecursive(ftok.astOperand2, arguments)
1187
return
arguments
1188
1189
1190
def
isalnum(c):
Callers
3
getForLoopCounterVariables
Function · 0.70
misra_7_4
Method · 0.70
misra_11_8
Method · 0.70
Calls
1
getArgumentsRecursive
Function · 0.70
Tested by
no test coverage detected