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

Method hook_verbs

atomic-agent/src/hooks/cline.rs:447–457  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

445 }
446
447 fn hook_verbs(&self) -> Vec<&str> {
448 vec![
449 "task-start",
450 "task-resume",
451 "task-complete",
452 "task-cancel",
453 "user-prompt",
454 "post-tool",
455 "pre-tool",
456 ]
457 }
458}
459
460// =============================================================================

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36