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

Function test_diff_both_empty

atomic-agent/src/watcher/fallback.rs:561–564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559
560 #[test]
561 fn test_diff_both_empty() {
562 let changes = diff_snapshots(&HashMap::new(), &HashMap::new());
563 assert!(changes.is_empty());
564 }
565
566 // FallbackWatcher lifecycle tests
567

Callers

nothing calls this directly

Calls 1

diff_snapshotsFunction · 0.85

Tested by

no test coverage detected