Expand documentation of hidden nodes

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

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

@ -618,12 +618,21 @@ impact on performance for large databases.
### Hidden nodes
Certain synthetic nodes can be hidden to exclude them from occurring in path
explanations. This is done through the following predicate:
Certain synthetic nodes are hidden by default to prevent them from occurring in
path explanations. Which nodes are included in this is determined by the
following predicate:
```ql
predicate nodeIsHidden(Node n)
```
To include these nodes in path explanations, add the following to a
configuration:
```ql
predicate includeHiddenNodes() { any() }
```
### Unreachable nodes
Consider: