Skip to main content

compute_summary

Function compute_summary 

Source
pub fn compute_summary(results: &[OpResult]) -> Summary
Expand description

Compute an aggregate summary from a slice of OpResults.

files_matched counts the number of unique file paths that appear in any result. files_modified counts the number of unique file paths that have at least one change. total_replacements counts the total number of individual changes across all files.