Skip to main content

assert_dependency_path_exists

Function assert_dependency_path_exists 

Source
pub fn assert_dependency_path_exists<C, O>(
    graph: &Graph<C, O>,
    from: NodeId,
    to: NodeId,
) -> Result<(), AuditAssertionError>
Expand description

Asserts that a deterministic dependency path exists in the graph.