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

Method supported_hooks

atomic-agent/src/hooks/copilot.rs:427–435  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

425 }
426
427 fn supported_hooks(&self) -> Vec<HookType> {
428 vec![
429 HookType::SessionStart,
430 HookType::SessionEnd,
431 HookType::TurnStart,
432 HookType::PreToolUse,
433 HookType::PostToolUse,
434 ]
435 }
436
437 fn detect_presence(&self, repo_root: &Path) -> bool {
438 // Copilot works in any GitHub repo — detect via .github/ directory

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36