mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
1 line
297 B
ReStructuredText
1 line
297 B
ReStructuredText
You can model data flow paths in CodeQL by creating path queries. To view data flow paths generated by a path query in CodeQL for VS Code, you need to make sure that it has the correct metadata and ``select`` clause. For more information, see :ref:`Creating path queries <creating-path-queries>`. |