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

Function test_parse_event_empty_input

atomic-agent/src/hooks/kilo.rs:516–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514
515 #[test]
516 fn test_parse_event_empty_input() {
517 let hook = make_hook();
518 let result = hook.parse_event(HookType::TurnStart, b"");
519 assert!(result.is_err());
520 }
521
522 #[test]
523 fn test_parse_event_invalid_json() {

Callers

nothing calls this directly

Calls 2

make_hookFunction · 0.70
parse_eventMethod · 0.45

Tested by

no test coverage detected