mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
remove comment suggesting that the receiver is parameter -1
This commit is contained in:
@@ -655,8 +655,6 @@ module API {
|
||||
* Holds if `arg` is passed as an argument to a use of `base`.
|
||||
*
|
||||
* `lbl` is represents which parameter of the function was passed. Either a numbered parameter, or a keyword parameter.
|
||||
*
|
||||
* The receiver is considered to be argument -1.
|
||||
*/
|
||||
private predicate argumentPassing(TApiNode base, Label::ApiLabel lbl, DataFlow::Node arg) {
|
||||
exists(DataFlow::Node use, DataFlow::LocalSourceNode pred |
|
||||
|
||||
Reference in New Issue
Block a user