mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
/**
|
|
* @name Data flow inconsistencies
|
|
* @description Lists the data flow inconsistencies in the database. This query is intended for internal use.
|
|
* @kind table
|
|
* @id rust/diagnostics/data-flow-consistency
|
|
*/
|
|
|
|
import codeql.rust.dataflow.internal.DataFlowConsistency
|