mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Kotlin/Java: Add compilation_info table
This commit is contained in:
@@ -143,4 +143,9 @@ class Compilation extends @compilation {
|
||||
* Holds if the extractor encountered non-recoverable errors.
|
||||
*/
|
||||
predicate nonRecoverableErrors() { compilation_finished(this, _, _, 2) }
|
||||
|
||||
/**
|
||||
* Gets the piece of compilation information with the given key, if any.
|
||||
*/
|
||||
string getInfo(string key) { compilation_info(this, key, result) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user