Skip to content

Commit 38766c4

Browse files
committed
Document neverSkip to show nodes in paths
1 parent 5eaf682 commit 38766c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/ql-libraries/dataflow/dataflow.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,16 @@ 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+
predicate neverSkip(Node n)
644+
```
645+
636646
### Unreachable nodes
637647

638648
Consider:

0 commit comments

Comments
 (0)