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

Function test_apply_common_updates_phase

atomic-agent/src/turn/phase.rs:1334–1341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1332
1333 #[test]
1334 fn test_apply_common_updates_phase() {
1335 let mut session = MockSession::new();
1336 let result = TransitionResult::with_actions(Phase::Active, vec![Action::UpdateInteraction]);
1337
1338 apply_common_actions(&mut session, &result);
1339
1340 assert_eq!(session.phase, Phase::Active);
1341 }
1342
1343 #[test]
1344 fn test_apply_common_touches_interaction() {

Callers

nothing calls this directly

Calls 1

apply_common_actionsFunction · 0.85

Tested by

no test coverage detected