Document `neverSkip` to show nodes in paths

This commit is contained in:
Owen Mansel-Chan 2023-11-09 11:59:04 +00:00
Родитель 5eaf682b77
Коммит 38766c497a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 67E427E02E6DA1B8
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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: