mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +01:00
Use readble format for APIs
This commit is contained in:
@@ -20,4 +20,4 @@ where
|
||||
c.getCallee().getSourceDeclaration() = api and
|
||||
not c.getFile() instanceof GeneratedFile
|
||||
)
|
||||
select api.asCsv(api) as csv, usages order by usages desc
|
||||
select api.asHumanReadbleString(api) as apiname, usages order by usages desc
|
||||
|
||||
Reference in New Issue
Block a user