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/agy.rs:433–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
431
use super::*;
432
433
fn make_hook() -> AgyHook {
434
AgyHook::new()
435
}
436
437
// Identity tests
438
Callers
15
test_supported_hooks
Function · 0.70
test_hook_verbs
Function · 0.70
test_stdout_response
Function · 0.70
test_parse_pre_invocation_turn_start
Function · 0.70
test_parse_stop_turn_end
Function · 0.70
test_parse_stop_max_steps_maps_to_length
Function · 0.70
test_parse_post_tool_use_success
Function · 0.70
test_parse_post_tool_use_error
Function · 0.70
test_parse_missing_conversation_id_defaults_unknown
Function · 0.70
test_parse_empty_input
Function · 0.70
test_parse_invalid_json
Function · 0.70
test_parse_unsupported_hook_type
Function · 0.70
Calls
no outgoing calls
Tested by
15
test_supported_hooks
Function · 0.56
test_hook_verbs
Function · 0.56
test_stdout_response
Function · 0.56
test_parse_pre_invocation_turn_start
Function · 0.56
test_parse_stop_turn_end
Function · 0.56
test_parse_stop_max_steps_maps_to_length
Function · 0.56
test_parse_post_tool_use_success
Function · 0.56
test_parse_post_tool_use_error
Function · 0.56
test_parse_missing_conversation_id_defaults_unknown
Function · 0.56
test_parse_empty_input
Function · 0.56
test_parse_invalid_json
Function · 0.56
test_parse_unsupported_hook_type
Function · 0.56