Skip to content

Commit 49c188e

Browse files
authored
Merge pull request github#15009 from igfoo/igfoo/qual
Docs: DataFlow: Add a missing qualifier
2 parents db1dc6f + 27f99ac commit 49c188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/writing-codeql-queries/debugging-data-flow-queries-using-partial-flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To do quick evaluations of partial flow it is often easiest to add a predicate t
9595

9696
.. code-block:: ql
9797
98-
predicate adhocPartialFlow(Callable c, MyPartialFlow::PartialPathNode n, Node src, int dist) {
98+
predicate adhocPartialFlow(Callable c, MyPartialFlow::PartialPathNode n, DataFlow::Node src, int dist) {
9999
exists(MyPartialFlow::PartialPathNode source |
100100
MyPartialFlow::partialFlow(source, n, dist) and
101101
src = source.getNode() and

0 commit comments

Comments
 (0)