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

Method supported_hooks

atomic-agent/src/hooks/kiro.rs:382–389  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

380 }
381
382 fn supported_hooks(&self) -> Vec<HookType> {
383 vec![
384 HookType::TurnStart,
385 HookType::TurnEnd,
386 HookType::PreToolUse,
387 HookType::PostToolUse,
388 ]
389 }
390
391 fn detect_presence(&self, repo_root: &Path) -> bool {
392 // Kiro is present if the .kiro directory exists

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36