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

Function test_compute_insert_order_empty

atomic-repository/src/apply/tests.rs:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144#[test]
145fn test_compute_insert_order_empty() {
146 let changes = std::collections::HashMap::new();
147 let order = compute_insert_order(&changes).unwrap();
148 assert!(order.is_empty());
149}
150
151#[test]
152fn test_format_hashes() {

Callers

nothing calls this directly

Calls 2

compute_insert_orderFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected