Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide tools to analyze the files in a database. #13
Comments
|
Note that having this query would be fine, but having a native tool to get this same information might be faster. Running this query on my project takes more than 10 minutes. |
|
Does [Context: The query as written will trigger a (cached) computation of the |
Recently, I tried to use CodeQL to analyze my project, and all the steps succeeded without any warnings. However, after running some queries I realized that it was missing most of the files.
As a user, it would be nice to be able to list the files that are included in the database with just a command.
After talking with @adityasharad , he suggested using a simple query that just lists all the files:
It would be nice to have something like that built into the application.