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