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

Method supported_hooks

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

Source from the content-addressed store, hash-verified

377 }
378
379 fn supported_hooks(&self) -> Vec<HookType> {
380 vec![
381 HookType::TurnStart,
382 HookType::TurnEnd,
383 HookType::PreToolUse,
384 HookType::PostToolUse,
385 ]
386 }
387
388 fn detect_presence(&self, repo_root: &Path) -> bool {
389 // 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