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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

353 }
354
355 fn hook_verbs(&self) -> Vec<&str> {
356 vec![
357 "session-start",
358 "session-end",
359 "user-prompt-submit",
360 "stop",
361 "pre-tool",
362 "post-tool",
363 ]
364 }
365}
366
367pub 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