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 a645a9e commit 91ebc0eCopy full SHA for 91ebc0e
rust/ql/consistency-queries/DataFlowConsistency.ql
@@ -1,3 +1,10 @@
1
+/**
2
+ * @name Data flow inconsistencies
3
+ * @description Lists the data flow inconsistencies in the database. This query is intended for internal use.
4
+ * @kind table
5
+ * @id rust/diagnostics/data-flow-consistency
6
+ */
7
+
8
import codeql.rust.dataflow.DataFlow::DataFlow as DataFlow
9
private import rust
10
private import codeql.rust.dataflow.internal.DataFlowImpl
0 commit comments