mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
autoformat
This commit is contained in:
@@ -358,7 +358,7 @@ module API {
|
|||||||
/**
|
/**
|
||||||
* Gets the number of positional arguments of this call.
|
* Gets the number of positional arguments of this call.
|
||||||
*
|
*
|
||||||
* Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
|
* Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
|
||||||
* including keyword arguments didn't make much sense.
|
* including keyword arguments didn't make much sense.
|
||||||
*/
|
*/
|
||||||
int getNumArgument() { result = count(this.getArg(_)) }
|
int getNumArgument() { result = count(this.getArg(_)) }
|
||||||
|
|||||||
Reference in New Issue
Block a user