Skip to main content

analyze

Function analyze 

Source
pub fn analyze(
    repo_path: &Path,
    limit: usize,
) -> Result<(Vec<PrEntry>, Vec<PrIssue>)>
Expand description

Analyze PRs and return structured data (for CLI integration).