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

Function make_hook

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls