Get all nodes of a kind
(kind: Node['kind'])
| 74 | getNodesByQualifiedName(qualifiedName: string): Node[]; |
| 75 | /** Get all nodes of a kind */ |
| 76 | getNodesByKind(kind: Node['kind']): Node[]; |
| 77 | /** |
| 78 | * Stream nodes of a kind one at a time instead of materializing (and, unlike |
| 79 | * `getNodesByKind`, without populating the resolver's per-kind array cache). |
no outgoing calls