pub fn build_diff_context_output(
repo_root: &Path,
selected: &[Fragment],
no_content: bool,
core_ids: &FxHashSet<FragmentId>,
rel_scores: &FxHashMap<FragmentId, f64>,
change: ChangeSummary,
) -> DiffContextOutputpub fn build_diff_context_output(
repo_root: &Path,
selected: &[Fragment],
no_content: bool,
core_ids: &FxHashSet<FragmentId>,
rel_scores: &FxHashMap<FragmentId, f64>,
change: ChangeSummary,
) -> DiffContextOutput