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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36