pub fn assert_dependency_path_exists<C, O>( graph: &Graph<C, O>, from: NodeId, to: NodeId, ) -> Result<(), AuditAssertionError>
Asserts that a deterministic dependency path exists in the graph.