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

Function make_hook

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

Source from the content-addressed store, hash-verified

502 use crate::event::HookType;
503
504 fn make_hook() -> CopilotHook {
505 CopilotHook::new()
506 }
507
508 // ── Basic trait method tests ────────────────────────────────────
509

Calls

no outgoing calls