(from: QueryIR[`from`])
| 1545 | } |
| 1546 | |
| 1547 | function getFirstFromAlias(from: QueryIR[`from`]): string { |
| 1548 | return getFromSources(from)[0]?.alias ?? `` |
| 1549 | } |
| 1550 | |
| 1551 | function findProjectedSourceIncludePaths( |
| 1552 | select: Record<string, any>, |
no test coverage detected