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