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/gemini_cli.rs:838–840 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
836
use super::*;
837
838
fn make_hook() -> GeminiCliHook {
839
GeminiCliHook::new()
840
}
841
842
// Identity tests
843
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_parse_session_start
Function · 0.70
test_parse_session_end
Function · 0.70
test_parse_before_agent_turn_start
Function · 0.70
test_parse_after_agent_turn_end
Function · 0.70
test_parse_before_tool
Function · 0.70
test_parse_after_tool
Function · 0.70
test_parse_empty_input
Function · 0.70
test_parse_invalid_json
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_parse_session_start
Function · 0.56
test_parse_session_end
Function · 0.56
test_parse_before_agent_turn_start
Function · 0.56
test_parse_after_agent_turn_end
Function · 0.56
test_parse_before_tool
Function · 0.56
test_parse_after_tool
Function · 0.56
test_parse_empty_input
Function · 0.56
test_parse_invalid_json
Function · 0.56