Skip to main content

apply_topology_patch

Function apply_topology_patch 

Source
pub fn apply_topology_patch(
    cx: &mut Cx,
    source: &Graph,
    patch: &TopologyPatch,
) -> Result<Graph>
Expand description

Applies a patch to a clone, validates, compiles, and returns the new graph.