* Get all nodes in a file
(filePath: string)
| 1258 | * Get all nodes in a file |
| 1259 | */ |
| 1260 | getNodesInFile(filePath: string): Node[] { |
| 1261 | return this.queries.getNodesByFile(filePath); |
| 1262 | } |
| 1263 | |
| 1264 | /** |
| 1265 | * Get all nodes of a specific kind |
nothing calls this directly
no test coverage detected