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

Method supported_hooks

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36