Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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() {
Callers
15
test_supported_hooks
Function · 0.70
test_hook_verbs
Function · 0.70
test_parse_session_start
Function · 0.70
test_parse_session_start_uses_thread_id_fallback
Function · 0.70
test_parse_session_start_generates_fallback_session_id
Function · 0.70
test_parse_user_prompt_submit
Function · 0.70
test_parse_user_prompt_submit_empty_prompt_is_none
Function · 0.70
test_parse_stop_preserves_assistant_summary_and_finish_reason
Function · 0.70
test_parse_stop_active_infers_tool_calls_finish_reason
Function · 0.70
test_parse_pre_tool
Function · 0.70
test_parse_pre_tool_accepts_tool_call_id_alias
Function · 0.70
test_parse_post_tool_normalizes_tool_response_for_provenance
Function · 0.70
Calls
no outgoing calls
Tested by
15
test_supported_hooks
Function · 0.56
test_hook_verbs
Function · 0.56
test_parse_session_start
Function · 0.56
test_parse_session_start_uses_thread_id_fallback
Function · 0.56
test_parse_session_start_generates_fallback_session_id
Function · 0.56
test_parse_user_prompt_submit
Function · 0.56
test_parse_user_prompt_submit_empty_prompt_is_none
Function · 0.56
test_parse_stop_preserves_assistant_summary_and_finish_reason
Function · 0.56
test_parse_stop_active_infers_tool_calls_finish_reason
Function · 0.56
test_parse_pre_tool
Function · 0.56
test_parse_pre_tool_accepts_tool_call_id_alias
Function · 0.56
test_parse_post_tool_normalizes_tool_response_for_provenance
Function · 0.56