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/copilot.rs:504–506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
use crate::event::HookType;
503
504
fn make_hook() -> CopilotHook {
505
CopilotHook::new()
506
}
507
508
// ── Basic trait method tests ────────────────────────────────────
509
Callers
15
test_name
Function · 0.70
test_display_name
Function · 0.70
test_supported_hooks
Function · 0.70
test_supported_hooks_count
Function · 0.70
test_hook_verbs
Function · 0.70
test_debug
Function · 0.70
test_parse_session_start
Function · 0.70
test_parse_session_start_camel_case_session_id
Function · 0.70
test_parse_session_start_with_model
Function · 0.70
test_parse_session_start_missing_session_id
Function · 0.70
test_parse_session_start_empty_session_id
Function · 0.70
test_parse_session_end
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_supported_hooks_count
Function · 0.56
test_hook_verbs
Function · 0.56
test_debug
Function · 0.56
test_parse_session_start
Function · 0.56
test_parse_session_start_camel_case_session_id
Function · 0.56
test_parse_session_start_with_model
Function · 0.56
test_parse_session_start_missing_session_id
Function · 0.56
test_parse_session_start_empty_session_id
Function · 0.56
test_parse_session_end
Function · 0.56