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

Function make_hook

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls