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

Function make_hook

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

Source from the content-addressed store, hash-verified

808 use tempfile::TempDir;
809
810 fn make_hook() -> CodexHook {
811 CodexHook::new()
812 }
813
814 #[test]
815 fn test_name() {

Calls

no outgoing calls