mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Fix qldoc
This commit is contained in:
@@ -13,7 +13,7 @@ from int usages, string jarname
|
||||
where
|
||||
usages =
|
||||
strictcount(Call c, ExternalAPI a |
|
||||
c.getCallee() = a and
|
||||
c.getCallee().getSourceDeclaration() = a and
|
||||
not c.getFile() instanceof GeneratedFile and
|
||||
a.jarContainer() = jarname and
|
||||
not a.isUninteresting()
|
||||
|
||||
Reference in New Issue
Block a user