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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

378 }
379
380 fn hook_verbs(&self) -> Vec<&str> {
381 vec![
382 "session-start",
383 "session-end",
384 "prompt-submit",
385 "stop",
386 "post-tool",
387 ]
388 }
389}
390
391// 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