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

Function test_debug

atomic-agent/src/hooks/cline.rs:577–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575
576 #[test]
577 fn test_debug() {
578 let hook = make_hook();
579 let debug = format!("{:?}", hook);
580 assert!(debug.contains("ClineHook"));
581 }
582
583 // ── parse_event tests: task-start (SessionStart) ────────────────
584

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected