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:1153–1157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1151
1152 #[test]
1153 fn test_merge_paths_empty_source() {
1154 let mut target = vec![PathBuf::from("a")];
1155 merge_paths(&mut target, &[]);
1156 assert_eq!(target.len(), 1);
1157 }
1158
1159 #[test]
1160 fn test_merge_paths_empty_target() {

Callers

nothing calls this directly

Calls 1

merge_pathsFunction · 0.85

Tested by

no test coverage detected