Rename API name predicate

This commit is contained in:
Benjamin Muskalla
2021-09-07 14:17:13 +02:00
parent 51475d2fb0
commit 22df141761
5 changed files with 7 additions and 7 deletions

View File

@@ -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