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

Method supported_hooks

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

Source from the content-addressed store, hash-verified

340 }
341
342 fn supported_hooks(&self) -> Vec<HookType> {
343 vec![
344 HookType::TurnStart,
345 HookType::TurnEnd,
346 HookType::PostToolUse,
347 ]
348 }
349
350 fn detect_presence(&self, repo_root: &Path) -> bool {
351 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