()
| 147 | } |
| 148 | |
| 149 | async getExecutionRoot(): Promise<string> { |
| 150 | return this.executionRootCache.get(process.cwd()); |
| 151 | } |
| 152 | |
| 153 | async queryTargetsForKinds(kinds: string[]): Promise<string[]> { |
| 154 | const command = `query "kind(${kinds.join('|')}, //...)"`; |
no test coverage detected