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

Function test_debug

atomic-agent/src/hooks/copilot.rs:561–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559
560 #[test]
561 fn test_debug() {
562 let hook = make_hook();
563 let debug = format!("{:?}", hook);
564 assert!(debug.contains("CopilotHook"));
565 }
566
567 // ── parse_event tests: session-start ────────────────────────────
568

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected