* Delete workspace directory * - LocalRuntime: Uses git worktree remove (with --force only if force param is true) * - SSHRuntime: Checks for uncommitted changes unless force is true, then uses rm -rf * Runtime computes workspace path internally from workdir + projectPath + workspaceName.
(
projectPath: string,
workspaceName: string,
force: boolean,
abortSignal?: AbortSignal,
trusted?: boolean
)
| 571 | * @returns Promise resolving to Result with deleted path on success, or error message |
| 572 | */ |
| 573 | deleteWorkspace( |
| 574 | projectPath: string, |
| 575 | workspaceName: string, |
| 576 | force: boolean, |
no outgoing calls
no test coverage detected