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

Method set_phase

atomic-agent/src/turn/phase.rs:1320–1322  ·  view source on GitHub ↗
(&mut self, phase: Phase)

Source from the content-addressed store, hash-verified

1318
1319 impl SessionState for MockSession {
1320 fn set_phase(&mut self, phase: Phase) {
1321 self.phase = phase;
1322 }
1323
1324 fn touch_interaction(&mut self) {
1325 self.interaction_touched.set(true);

Callers 1

apply_common_actionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected