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

Method hook_verbs

atomic-agent/src/hooks/copilot.rs:440–448  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

438 }
439
440 fn hook_verbs(&self) -> Vec<&str> {
441 vec![
442 "session-start",
443 "session-end",
444 "user-prompt",
445 "post-tool",
446 "pre-tool",
447 ]
448 }
449}
450
451// =============================================================================

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36