Skip to content

Commit 6287e6d

Browse files
author
Benjamin Muskalla
committed
Filter unused API callsites
1 parent ec7f4d1 commit 6287e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Telemetry/ExternalAPIUsages.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ where
1717
not api.isSupported() and
1818
api.isInteresting()
1919
select api.asCSV(api) as csv,
20-
count(Call c |
20+
strictcount(Call c |
2121
c.getCallee() = api and
2222
not c.getFile() instanceof GeneratedFile
2323
) as Usages order by Usages desc

0 commit comments

Comments
 (0)