[RESOLVED] Difference between getAnArgument and getArgument #7693
Replies: 2 comments
-
Have a look at the documentation: Essentially: |
Beta Was this translation helpful? Give feedback.
-
getAnArgument matches all arguments to the given call. Don't forget that all CodeQL expressions have the potential to be multi-valued: for example, if I had a program On the other hand |
Beta Was this translation helpful? Give feedback.
-
I'm wondering the difference between getAnArgument and getArgument? From the document there's a keyword "invocation", but since codeql does not execute the code so I'm not sure what it means here.
Beta Was this translation helpful? Give feedback.
All reactions