Skip to main content

remove_edge

Function remove_edge 

Source
pub fn remove_edge(
    report: &ScanReport,
    from_path: &str,
    to_path: &str,
) -> Result<ScanReport, SimulateError>
Expand description

Remove the local import edge from from_path to to_path. Returns EdgeNotFound if no such local edge exists.