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

Function test_merge_paths_empty_source

atomic-agent/src/event.rs:1161–1165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1159
1160 #[test]
1161 fn test_merge_paths_empty_source() {
1162 let mut target = vec![PathBuf::from("a")];
1163 merge_paths(&mut target, &[]);
1164 assert_eq!(target.len(), 1);
1165 }
1166
1167 #[test]
1168 fn test_merge_paths_empty_target() {

Callers

nothing calls this directly

Calls 1

merge_pathsFunction · 0.85

Tested by

no test coverage detected