(projectPath: string, workspaceName: string)
| 505 | } |
| 506 | |
| 507 | getWorkspacePath(projectPath: string, workspaceName: string): string { |
| 508 | return this.worktreeManager.getWorkspacePath(projectPath, workspaceName); |
| 509 | } |
| 510 | |
| 511 | async createWorkspace(params: WorkspaceCreationParams): Promise<WorkspaceCreationResult> { |
| 512 | return this.worktreeManager.createWorkspace({ |
no test coverage detected