Skip to main content

ensure_state_dir

Function ensure_state_dir 

Source
pub fn ensure_state_dir(
    repo_root: &Path,
    home_override: Option<&Path>,
) -> Result<(), WorktreeError>
Expand description

Ensure the state directory exists. Called from Manager::new().