Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_empty_sequences
Function
test_empty_sequences
atomic-core/src/diff/patience.rs:386–389 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
384
// Basic Tests
385
#[test]
386
fn test_empty_sequences() {
387
let result = diff(&[], &[]);
388
assert!(result.is_empty());
389
}
390
391
#[test]
392
fn test_insert_all() {
Callers
nothing calls this directly
Calls
1
diff
Function · 0.70
Tested by
no test coverage detected