mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Fix name of api filter predicate
This commit is contained in:
@@ -16,6 +16,6 @@ where
|
||||
c.getCallee() = a and
|
||||
not c.getFile() instanceof GeneratedFile and
|
||||
a.jarContainer() = jarname and
|
||||
a.isWorthSupporting()
|
||||
not a.isUninteresting()
|
||||
)
|
||||
select jarname, usages order by usages desc
|
||||
|
||||
Reference in New Issue
Block a user