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

Method supported_hooks

atomic-agent/src/hooks/devin.rs:364–372  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

362 }
363
364 fn supported_hooks(&self) -> Vec<HookType> {
365 vec![
366 HookType::SessionStart,
367 HookType::SessionEnd,
368 HookType::TurnStart,
369 HookType::TurnEnd,
370 HookType::PostToolUse,
371 ]
372 }
373
374 fn detect_presence(&self, repo_root: &Path) -> bool {
375 // Devin is present if the .devin directory exists

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36