is_worktree_clean

Function is_worktree_clean 

Source
pub async fn is_worktree_clean(
    path: impl AsRef<Path>,
    worktree_path: impl AsRef<Path>,
) -> Result<bool, AppError>
Expand description

Check whether a worktree is clean asynchronously.