Document neverSkip to show nodes in paths

This commit is contained in:
Owen Mansel-Chan
2023-11-09 11:59:04 +00:00
parent 5eaf682b77
commit 38766c497a

View File

@@ -633,6 +633,16 @@ configuration:
predicate includeHiddenNodes() { any() }
```
### Show more nodes in path explanations
Path explanations skip over most nodes and only show the important nodes in a
path. To ensure that particular nodes are shown, define the following predicate
in a configuration:
```ql
predicate neverSkip(Node n)
```
### Unreachable nodes
Consider: