find_worktree

Function find_worktree 

Source
pub fn find_worktree<'a>(
    worktrees: &'a [Worktree],
    name: &str,
) -> Option<&'a Worktree>