MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / hook_verbs

Method hook_verbs

atomic-agent/src/hooks/codex.rs:317–325  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

315 }
316
317 fn hook_verbs(&self) -> Vec<&str> {
318 vec![
319 "session-start",
320 "user-prompt-submit",
321 "stop",
322 "pre-tool",
323 "post-tool",
324 ]
325 }
326}
327
328pub fn verb_to_hook_type(verb: &str) -> Option<HookType> {

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36