Skip to main content

diff_graphs

Function diff_graphs 

Source
pub fn diff_graphs(
    old: &CodePropertyGraph,
    new: &CodePropertyGraph,
) -> DiffReport
Expand 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).