mirror of
https://github.com/github/codeql.git
synced 2026-01-04 02:00:18 +01:00
Fix name of api filter predicate
This commit is contained in:
@@ -12,7 +12,7 @@ import semmle.code.java.GeneratedFiles
|
||||
|
||||
from ExternalAPI api, int usages
|
||||
where
|
||||
api.isWorthSupporting() and
|
||||
not api.isUninteresting() and
|
||||
api.isSource() and
|
||||
usages =
|
||||
strictcount(Call c |
|
||||
|
||||
Reference in New Issue
Block a user