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

Source from the content-addressed store, hash-verified

991
992 #[test]
993 fn test_turn_changes_with_deleted() {
994 let changes = TurnChanges::new().with_deleted(vec![PathBuf::from("old.rs")]);
995 assert_eq!(changes.file_count(), 1);
996 assert_eq!(changes.deleted.len(), 1);
997 }
998
999 #[test]
1000 fn test_turn_changes_all_paths_order() {

Callers

nothing calls this directly

Calls 1

with_deletedMethod · 0.80

Tested by

no test coverage detected