Skip to main content

assert_dependency_path_exists

Function assert_dependency_path_exists 

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

Asserts that a deterministic dependency path exists in the graph.