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

Method supported_hooks

atomic-agent/src/hooks/agy.rs:1027–1033  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1025 }
1026
1027 fn supported_hooks(&self) -> Vec<HookType> {
1028 vec![
1029 HookType::TurnStart,
1030 HookType::TurnEnd,
1031 HookType::PostToolUse,
1032 ]
1033 }
1034
1035 fn detect_presence(&self, repo_root: &Path) -> bool {
1036 repo_root.join(AGENTS_DIR).is_dir()

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36