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

Function test_turn_changes_with_deleted

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

Source from the content-addressed store, hash-verified

983
984 #[test]
985 fn test_turn_changes_with_deleted() {
986 let changes = TurnChanges::new().with_deleted(vec![PathBuf::from("old.rs")]);
987 assert_eq!(changes.file_count(), 1);
988 assert_eq!(changes.deleted.len(), 1);
989 }
990
991 #[test]
992 fn test_turn_changes_all_paths_order() {

Callers

nothing calls this directly

Calls 1

with_deletedMethod · 0.80

Tested by

no test coverage detected