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

Function make_hook

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

Source from the content-addressed store, hash-verified

514 use crate::event::HookType;
515
516 fn make_hook() -> ClineHook {
517 ClineHook::new()
518 }
519
520 // ── Basic trait method tests ────────────────────────────────────
521

Calls

no outgoing calls