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

Function test_empty_sequences

atomic-core/src/diff/myers.rs:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201
202 #[test]
203 fn test_empty_sequences() {
204 let result = diff(&[], &[]);
205 assert!(result.is_empty());
206 }
207
208 #[test]
209 fn test_insert_all() {

Callers

nothing calls this directly

Calls 1

diffFunction · 0.70

Tested by

no test coverage detected