Skip to content

Commit 414e4cc

Browse files
committed
Document neverSkip to show nodes in paths
1 parent 5eaf682 commit 414e4cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/ql-libraries/dataflow/dataflow.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,18 @@ configuration:
633633
predicate includeHiddenNodes() { any() }
634634
```
635635

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+
644+
```ql
645+
predicate neverSkip(Node n)
646+
```
647+
636648
### Unreachable nodes
637649

638650
Consider:

0 commit comments

Comments
 (0)