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:481–483 ·
view source on GitHub ↗
(&self, _repo_root: &Path)
Source
from the content-addressed store, hash-verified
479
}
480
481
fn detect_presence(&self, _repo_root: &Path) -> bool {
482
self.presence
483
}
484
485
fn hook_verbs(&self) -> Vec<&str> {
486
vec![
"session-start"
,
"session-end"
,
"start"
,
"stop"
]
Callers
1
detect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected