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/hermes.rs:162–164 ·
view source on GitHub ↗
(&self, repo_root: &Path)
Source
from the content-addressed store, hash-verified
160
}
161
162
fn detect_presence(&self, repo_root: &Path) -> bool {
163
self.is_installed(repo_root)
164
}
165
166
fn hook_verbs(&self) -> Vec<&str> {
167
vec![
Callers
nothing calls this directly
Calls
1
is_installed
Method · 0.45
Tested by
no test coverage detected