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

Function test_parse_event_invalid_json

atomic-agent/src/hooks/devin.rs:576–580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574
575 #[test]
576 fn test_parse_event_invalid_json() {
577 let hook = make_hook();
578 let result = hook.parse_event(HookType::SessionStart, b"not json");
579 assert!(result.is_err());
580 }
581
582 #[test]
583 fn test_parse_session_start_missing_session_id() {

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
parse_eventMethod · 0.45

Tested by

no test coverage detected