mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Fix formatting
This commit is contained in:
@@ -12,5 +12,4 @@ where not api.getDeclaringType() instanceof TestLibrary
|
||||
// TODO [bm]: the count is not aggregated and we have the same jar with multiple usages, e.g.
|
||||
// 1 protobuf-java-3.17.3.jar 373
|
||||
// 2 protobuf-java-3.17.3.jar 48
|
||||
select api.jarName() as jarname, count(Call c | c.getCallee() = api) as Usages
|
||||
order by Usages desc
|
||||
select api.jarName() as jarname, count(Call c | c.getCallee() = api) as Usages order by Usages desc
|
||||
|
||||
Reference in New Issue
Block a user