Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ detect_presence
Method
detect_presence
atomic-agent/src/hooks/mod.rs:510–512 ·
view source on GitHub ↗
(&self, _repo_root: &Path)
Source
from the content-addressed store, hash-verified
508
}
509
510
fn detect_presence(&self, _repo_root: &Path) -> bool {
511
self.presence
512
}
513
514
fn hook_verbs(&self) -> Vec<&str> {
515
vec![
"session-start"
,
"session-end"
,
"start"
,
"stop"
]
Callers
1
detect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected