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

Function make_hook

atomic-agent/src/hooks/grok.rs:444–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442 use crate::event::HookType;
443
444 fn make_hook() -> GrokHook {
445 GrokHook::new()
446 }
447
448 #[test]
449 fn test_name_and_display() {

Calls

no outgoing calls