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

Function test_merge_no_markers

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

Source from the content-addressed store, hash-verified

953
954 #[test]
955 fn test_merge_no_markers() {
956 let existing = "# Just a file\n";
957 let new_items = HashMap::new();
958 let result = merge_items_into_section(existing, &new_items);
959 assert_eq!(result, existing);
960 }
961
962 #[test]
963 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