validate_worktree_exists

Function validate_worktree_exists 

Source
pub(crate) fn validate_worktree_exists(
    project: &Project,
    project_name: &str,
    worktree_name: &str,
) -> Result<(), Error>
Expand description

Validate that a worktree actually exists for a project.