()
| 143 | } |
| 144 | |
| 145 | async getWorkspaceRoot(): Promise<string> { |
| 146 | return this.workspaceRootCache.get(process.cwd()); |
| 147 | } |
| 148 | |
| 149 | async getExecutionRoot(): Promise<string> { |
| 150 | return this.executionRootCache.get(process.cwd()); |
no test coverage detected