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

Function make_hook

atomic-agent/src/hooks/cursor.rs:797–799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795 use crate::event::HookType;
796
797 fn make_hook() -> CursorHook {
798 CursorHook::new()
799 }
800
801 // Basic trait method tests
802

Calls

no outgoing calls