( select: Record<string, any>, resultPath: Array<string>, )
| 1558 | } |
| 1559 | |
| 1560 | function findProjectedResultIncludePaths( |
| 1561 | select: Record<string, any>, |
| 1562 | resultPath: Array<string>, |
| 1563 | ): Array<ProjectedSourceIncludePath> { |
| 1564 | return findProjectedIncludePaths(select, resultPath) |
| 1565 | } |
| 1566 | |
| 1567 | function findProjectedIncludePaths( |
| 1568 | select: Record<string, any>, |
no test coverage detected