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

Function test_turn_changes_summary_single_modified

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

Source from the content-addressed store, hash-verified

1089
1090 #[test]
1091 fn test_turn_changes_summary_single_modified() {
1092 let changes = TurnChanges::new().with_modified(vec![PathBuf::from("a.rs")]);
1093 assert_eq!(changes.summary(), "1 file changed (1 modified)");
1094 }
1095
1096 #[test]
1097 fn test_turn_changes_summary_multiple() {

Callers

nothing calls this directly

Calls 1

with_modifiedMethod · 0.80

Tested by

no test coverage detected