MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_order_result_num_sccs

Function test_order_result_num_sccs

atomic-core/src/output/alive/order.rs:767–772  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

765
766 #[test]
767 fn test_order_result_num_sccs() {
768 let mut result = OrderResult::new();
769 result.sccs.push(vec![VertexId::new(1)]);
770 result.sccs.push(vec![VertexId::new(2)]);
771 assert_eq!(result.num_sccs(), 2);
772 }
773
774 #[test]
775 fn test_order_result_debug() {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected