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

Function make_hook

atomic-agent/src/hooks/codex.rs:651–653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

649 use tempfile::TempDir;
650
651 fn make_hook() -> CodexHook {
652 CodexHook::new()
653 }
654
655 #[test]
656 fn test_name() {

Calls

no outgoing calls