Skip to main content

analyze_diff

Function analyze_diff 

Source
pub fn analyze_diff(
    repo: &Path,
    base: &str,
    branch: &str,
) -> Result<DiffSummary>
Expand description

Analyze the diff between base and branch in the given repo.