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

Function test_parse_event_empty_session_id

atomic-agent/src/hooks/kiro.rs:562–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560
561 #[test]
562 fn test_parse_event_empty_session_id() {
563 let hook = make_hook();
564 let input = br#"{"session_id": ""}"#;
565 let event = hook.parse_event(HookType::TurnStart, input).unwrap();
566 assert!(event.session_id.starts_with("kiro-"));
567 }
568
569 // --- parse_event: prompt-submit (TurnStart) ---
570

Callers

nothing calls this directly

Calls 3

make_hookFunction · 0.70
unwrapMethod · 0.45
parse_eventMethod · 0.45

Tested by

no test coverage detected