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

Method supported_hooks

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

Source from the content-addressed store, hash-verified

363 }
364
365 fn supported_hooks(&self) -> Vec<HookType> {
366 vec![
367 HookType::SessionStart,
368 HookType::SessionEnd,
369 HookType::TurnStart,
370 HookType::TurnEnd,
371 HookType::PostToolUse,
372 ]
373 }
374
375 fn detect_presence(&self, repo_root: &Path) -> bool {
376 // 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