We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
neverSkip
1 parent 5eaf682 commit 38766c4Copy full SHA for 38766c4
1 file changed
docs/ql-libraries/dataflow/dataflow.md
@@ -633,6 +633,16 @@ configuration:
633
predicate includeHiddenNodes() { any() }
634
```
635
636
+### Show more nodes in path explanations
637
+
638
+Path explanations skip over most nodes and only show the important nodes in a
639
+path. To ensure that particular nodes are shown, define the following predicate
640
+in a configuration:
641
642
+```ql
643
+predicate neverSkip(Node n)
644
+```
645
646
### Unreachable nodes
647
648
Consider:
0 commit comments