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