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/kiro.rs:459–461 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
457
use crate::event::HookType;
458
459
fn make_hook() -> KiroHook {
460
KiroHook::new()
461
}
462
463
// --- name / display_name ---
464
Callers
15
test_name
Function · 0.70
test_display_name
Function · 0.70
test_supported_hooks
Function · 0.70
test_hook_verbs
Function · 0.70
test_install_is_noop
Function · 0.70
test_uninstall_is_noop
Function · 0.70
test_parse_event_empty_input
Function · 0.70
test_parse_event_invalid_json
Function · 0.70
test_parse_event_missing_session_id
Function · 0.70
test_parse_event_empty_session_id
Function · 0.70
test_parse_prompt_submit
Function · 0.70
test_parse_agent_stop
Function · 0.70
Calls
no outgoing calls
Tested by
15
test_name
Function · 0.56
test_display_name
Function · 0.56
test_supported_hooks
Function · 0.56
test_hook_verbs
Function · 0.56
test_install_is_noop
Function · 0.56
test_uninstall_is_noop
Function · 0.56
test_parse_event_empty_input
Function · 0.56
test_parse_event_invalid_json
Function · 0.56
test_parse_event_missing_session_id
Function · 0.56
test_parse_event_empty_session_id
Function · 0.56
test_parse_prompt_submit
Function · 0.56
test_parse_agent_stop
Function · 0.56