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

Function test_turn_changes_accessible

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_modifiedMethod · 0.80

Tested by

no test coverage detected