Skip to main content

find_labeled_stash

Function find_labeled_stash 

Source
pub fn find_labeled_stash(
    repo: &mut Repository,
    branch: &str,
    worktree: &str,
) -> Result<Option<usize>>
Expand description

Find the stash-list index for the (branch, worktree) entry.

Returns None when no matching entry exists.