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

Function make_hook

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls