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

Method detect_presence

atomic-agent/src/hooks/mod.rs:513–515  ·  view source on GitHub ↗
(&self, _repo_root: &Path)

Source from the content-addressed store, hash-verified

511 }
512
513 fn detect_presence(&self, _repo_root: &Path) -> bool {
514 self.presence
515 }
516
517 fn hook_verbs(&self) -> Vec<&str> {
518 vec!["session-start", "session-end", "start", "stop"]

Callers 1

detectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected