pub fn diff_graphs(
old: &CodePropertyGraph,
new: &CodePropertyGraph,
) -> DiffReportExpand description
Compute the symmetric difference between two graphs.
Nodes are matched by their name field. Edges are matched by the
ordered triple (source_name, target_name, edge_kind).