(params: WorkspaceForkParams)
| 920 | } |
| 921 | |
| 922 | async forkWorkspace(params: WorkspaceForkParams): Promise<WorkspaceForkResult> { |
| 923 | // Fork creates a new worktree - container will be built on first ensureReady |
| 924 | return this.worktreeManager.forkWorkspace(params); |
| 925 | } |
| 926 | |
| 927 | /** |
| 928 | * Set the current workspace path for exec operations. |
nothing calls this directly
no test coverage detected