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

Method hook_verbs

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36