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

Function test_debug

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

make_hookFunction · 0.70

Tested by

no test coverage detected