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

Function test_turn_changes_accessible

atomic-agent/src/lib.rs:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235
236 #[test]
237 fn test_turn_changes_accessible() {
238 let changes =
239 TurnChanges::new().with_modified(vec![std::path::PathBuf::from("src/main.rs")]);
240 assert_eq!(changes.file_count(), 1);
241 assert!(!changes.is_empty());
242 }
243
244 #[test]
245 fn test_state_machine_accessible() {

Callers

nothing calls this directly

Calls 1

with_modifiedMethod · 0.80

Tested by

no test coverage detected