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

Function test_parse_empty_input

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

Source from the content-addressed store, hash-verified

958
959 #[test]
960 fn test_parse_empty_input() {
961 let hook = make_hook();
962 let result = hook.parse_event(HookType::SessionStart, b"");
963 assert!(result.is_err());
964 }
965
966 #[test]
967 fn test_parse_invalid_json() {

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
parse_eventMethod · 0.45

Tested by

no test coverage detected