pub fn cross_language_group_id(
comparison: &CrossLanguageComparisonId,
rule_id: &str,
rule_version: u32,
members: &[FragmentFingerprint],
) -> CrossLanguageGroupIdExpand description
Identify a verified group from an explicit Rust-to-C++ semantic comparison.
Member fingerprints already include each graph’s language, schema and full
BuildVariant context. The comparison identity, rule revision and sorted
member set make this separate from normal semantic and exact-comparison
group identities.