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/claude_code/tests.rs:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
use std::path::PathBuf;
14
15
fn make_hook() -> ClaudeCodeHook {
16
ClaudeCodeHook::new()
17
}
18
19
// Trait basics
20
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_debug
Function · 0.70
test_parse_event_empty_input
Function · 0.70
test_parse_event_invalid_json
Function · 0.70
test_parse_session_start
Function · 0.70
test_parse_session_end
Function · 0.70
test_parse_turn_end_stop
Function · 0.70
test_parse_session_info_missing_session_id
Function · 0.70
test_parse_session_info_empty_session_id
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected