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

Function test_parse_invalid_json

atomic-agent/src/hooks/gemini_cli.rs:968–972  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

966
967 #[test]
968 fn test_parse_invalid_json() {
969 let hook = make_hook();
970 let result = hook.parse_event(HookType::SessionStart, b"not json");
971 assert!(result.is_err());
972 }
973
974 #[test]
975 fn test_parse_missing_session_id_defaults() {

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
parse_eventMethod · 0.45

Tested by

no test coverage detected