mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
autoformat
This commit is contained in:
@@ -358,7 +358,7 @@ module API {
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
int getNumArgument() { result = count(this.getArg(_)) }
|
||||
|
||||
Reference in New Issue
Block a user