* Get all nodes in a file
(filePath: string)
| 855 | * Get all nodes in a file |
| 856 | */ |
| 857 | getNodesInFile(filePath: string): Node[] { |
| 858 | return this.queries.getNodesByFile(filePath); |
| 859 | } |
| 860 | |
| 861 | /** |
| 862 | * Get all nodes of a specific kind |
nothing calls this directly
no test coverage detected