mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Rename API name predicate
This commit is contained in:
@@ -19,4 +19,4 @@ where
|
||||
c.getCallee().getSourceDeclaration() = api and
|
||||
not c.getFile() instanceof GeneratedFile
|
||||
)
|
||||
select api.asHumanReadbleString(api) as apiname, usages order by usages desc
|
||||
select api.getApiName() as apiname, usages order by usages desc
|
||||
|
||||
Reference in New Issue
Block a user