Skip to main content

create_run_worktree

Function create_run_worktree 

Source
pub fn create_run_worktree(
    repository: &Path,
    worktree: &Path,
    branch: &str,
) -> Result<(), String>
Expand description

Creates the isolated workspace a run executes every one of its stages in. The driver does this once, before the first stage, because a flow need not open with an agent action.