Skip to main content

read_stash_stack

Function read_stash_stack 

Source
pub fn read_stash_stack(
    void_dir: impl AsRef<Path>,
    key: &SecretKey,
) -> Result<StashStack>
Expand description

Read the stash stack from disk

Returns an empty stack if the stash file doesn’t exist.