Get all nodes in a file
(filePath: string)
| 68 | export interface ResolutionContext { |
| 69 | /** Get all nodes in a file */ |
| 70 | getNodesInFile(filePath: string): Node[]; |
| 71 | /** Get all nodes by name */ |
| 72 | getNodesByName(name: string): Node[]; |
| 73 | /** Get all nodes by qualified name */ |
no outgoing calls
no test coverage detected