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

Function session_end_event

atomic-agent/src/turn/orchestrator/tests.rs:38–40  ·  view source on GitHub ↗
(session_id: &str)

Source from the content-addressed store, hash-verified

36}
37
38fn session_end_event(session_id: &str) -> TurnEvent {
39 TurnEvent::new(session_id, HookType::SessionEnd)
40}
41
42// DispatchResult tests
43

Calls

no outgoing calls

Tested by

no test coverage detected