We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414fcf8 commit b5c88c7Copy full SHA for b5c88c7
rust/ql/consistency-queries/ExtractionConsistency.ql
@@ -1,3 +1,10 @@
1
+/**
2
+ * @name Extraction consistency
3
+ * @description Lists the extraction inconsistencies (errors) in the database. This query is intended for internal use.
4
+ * @kind table
5
+ * @id rust/diagnostics/extraction-consistency
6
+ */
7
+
8
import codeql.rust.Diagnostics
9
10
query predicate extractionError(ExtractionError ee) { any() }
0 commit comments