Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
fn session_end_event(session_id: &str) -> TurnEvent {
39
TurnEvent::new(session_id, HookType::SessionEnd)
40
}
41
42
// DispatchResult tests
43
Callers
7
test_session_attestation_covers_only_agent_recorded_changes
Function · 0.85
test_session_end_skips_attestation_when_no_recorded_changes
Function · 0.85
test_session_end_transitions_to_ended
Function · 0.85
test_session_end_unknown_session_is_ok
Function · 0.85
test_session_end_cancels_active_turn
Function · 0.85
test_full_lifecycle_multi_turn
Function · 0.85
test_session_start_adopts_declared_managed_view
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected