Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ hook_verbs
Method
hook_verbs
atomic-agent/src/hooks/gemini_cli.rs:734–743 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
732
}
733
734
fn hook_verbs(&self) -> Vec<&str> {
735
vec![
736
"session-start"
,
737
"session-end"
,
738
"before-agent"
,
739
"after-agent"
,
740
"before-tool"
,
741
"after-tool"
,
742
]
743
}
744
}
745
746
// Hook Verb Mapping
Callers
1
test_hook_verbs
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_hook_verbs
Function · 0.36