Skip to main content

compute_workflow_phase

Function compute_workflow_phase 

Source
pub fn compute_workflow_phase(
    vcs_mode: VcsMode,
    task: &Task,
    todos: &[Todo],
    worktrees: &[Worktree],
    repos: &[TaskRepo],
) -> WorkflowPhase
Expand description

Computes the workflow phase from current task state.