* Get file path from node ID
(nodeId: string)
| 2084 | * Get file path from node ID |
| 2085 | */ |
| 2086 | private getFilePathFromNodeId(nodeId: string): string { |
| 2087 | const node = this.queries.getNodeById(nodeId); |
| 2088 | return node?.filePath || ''; |
| 2089 | } |
| 2090 | |
| 2091 | /** |
| 2092 | * Get language from node ID |
no test coverage detected