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

Function test_merge_no_markers

atomic-agent/src/learnings.rs:953–958  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

951
952 #[test]
953 fn test_merge_no_markers() {
954 let existing = "# Just a file\n";
955 let new_items = HashMap::new();
956 let result = merge_items_into_section(existing, &new_items);
957 assert_eq!(result, existing);
958 }
959
960 #[test]
961 fn test_merge_both_existing_and_new() {

Callers

nothing calls this directly

Calls 1

merge_items_into_sectionFunction · 0.85

Tested by

no test coverage detected