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/kilo.rs:545–550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543
544 #[test]
545 fn test_parse_event_empty_session_id() {
546 let hook = make_hook();
547 let input = br#"{"session_id": ""}"#;
548 let event = hook.parse_event(HookType::TurnStart, input).unwrap();
549 assert!(event.session_id.starts_with("kilo-"));
550 }
551
552 #[test]
553 fn test_parse_prompt_submit() {

Callers

nothing calls this directly

Calls 3

make_hookFunction · 0.70
unwrapMethod · 0.45
parse_eventMethod · 0.45

Tested by

no test coverage detected