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

Method hook_verbs

atomic-agent/src/hooks/cursor.rs:733–742  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

731 }
732
733 fn hook_verbs(&self) -> Vec<&str> {
734 vec![
735 "session-start",
736 "session-end",
737 "user-prompt-submit",
738 "stop",
739 "post-tool",
740 "after-thought",
741 ]
742 }
743}
744
745// ─────────────────────────────────────────────────────────────────────────────

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36