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

Method hook_verbs

atomic-agent/src/hooks/devin.rs:379–387  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

377 }
378
379 fn hook_verbs(&self) -> Vec<&str> {
380 vec![
381 "session-start",
382 "session-end",
383 "prompt-submit",
384 "stop",
385 "post-tool",
386 ]
387 }
388}
389
390// Helper: generate short pseudo-UUID for fallback session IDs

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36