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:877–882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

875
876 #[test]
877 fn test_order_result_num_sccs() {
878 let mut result = OrderResult::new();
879 result.sccs.push(vec![VertexId::new(1)]);
880 result.sccs.push(vec![VertexId::new(2)]);
881 assert_eq!(result.num_sccs(), 2);
882 }
883
884 #[test]
885 fn test_order_result_debug() {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected