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

Function test_debug

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected