Skip to main content

fetch_branch_diff_stat

Function fetch_branch_diff_stat 

Source
pub async fn fetch_branch_diff_stat(
    dir: &str,
    branch: &str,
    base_branch: &str,
) -> Option<DiffSummary>
Expand description

Fetch diff statistics between two explicit branches (not using HEAD)