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

Method supported_hooks

atomic-agent/src/hooks/claude_code/mod.rs:282–291  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

280 }
281
282 fn supported_hooks(&self) -> Vec<HookType> {
283 vec![
284 HookType::SessionStart,
285 HookType::SessionEnd,
286 HookType::TurnStart,
287 HookType::TurnEnd,
288 HookType::PreToolUse,
289 HookType::PostToolUse,
290 ]
291 }
292
293 fn detect_presence(&self, repo_root: &Path) -> bool {
294 repo_root.join(CLAUDE_DIR).is_dir()

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36