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

Method supported_hooks

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

Source from the content-addressed store, hash-verified

717 }
718
719 fn supported_hooks(&self) -> Vec<HookType> {
720 vec![
721 HookType::SessionStart,
722 HookType::SessionEnd,
723 HookType::TurnStart,
724 HookType::TurnEnd,
725 HookType::PostToolUse,
726 ]
727 }
728
729 fn detect_presence(&self, repo_root: &Path) -> bool {
730 repo_root.join(CURSOR_DIR).is_dir()

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36