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/cline.rs:516–518 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
514
use crate::event::HookType;
515
516
fn make_hook() -> ClineHook {
517
ClineHook::new()
518
}
519
520
// ── Basic trait method tests ────────────────────────────────────
521
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_task_start
Function · 0.70
test_parse_task_start_with_model_info
Function · 0.70
test_parse_task_start_camel_case_task_id
Function · 0.70
test_parse_task_start_snake_case_task_id
Function · 0.70
test_parse_task_start_missing_task_id
Function · 0.70
test_parse_task_start_empty_task_id
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_task_start
Function · 0.56
test_parse_task_start_with_model_info
Function · 0.56
test_parse_task_start_camel_case_task_id
Function · 0.56
test_parse_task_start_snake_case_task_id
Function · 0.56
test_parse_task_start_missing_task_id
Function · 0.56
test_parse_task_start_empty_task_id
Function · 0.56