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/sherpa.rs:425–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423
424 #[test]
425 fn test_parse_event_empty_session_id() {
426 let hook = make_hook();
427 let input = br#"{"session_id": "", "cwd": "/tmp"}"#;
428 let result = hook.parse_event(HookType::SessionStart, input);
429 assert!(result.is_err());
430 }
431
432 // --- parse_event: session-start ---
433

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
parse_eventMethod · 0.45

Tested by

no test coverage detected