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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36