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

Function test_parse_event_missing_session_id

atomic-agent/src/hooks/sherpa.rs:415–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413
414 #[test]
415 fn test_parse_event_missing_session_id() {
416 let hook = make_hook();
417 let input = br#"{"cwd": "/tmp", "model": "claude-sonnet-4-6"}"#;
418 let result = hook.parse_event(HookType::SessionStart, input);
419 assert!(result.is_err());
420 }
421
422 // --- parse_event: empty session_id ---
423

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
parse_eventMethod · 0.45

Tested by

no test coverage detected