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

Function test_iter_empty

atomic-core/src/change/format_v3/hash_table.rs:1012–1016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1010
1011 #[test]
1012 fn test_iter_empty() {
1013 let table = HashDedupTable::empty();
1014 let entries: Vec<_> = table.iter().collect();
1015 assert!(entries.is_empty());
1016 }
1017
1018 // ── Dependency hashes ──────────────────────────────────────────
1019

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected