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

Method is_installed_at

atomic-agent/src/hooks/codex.rs:175–177  ·  view source on GitHub ↗

Return whether an explicit Codex hooks file contains the complete, current Atomic hook set.

(&self, path: &Path)

Source from the content-addressed store, hash-verified

173 /// Return whether an explicit Codex hooks file contains the complete,
174 /// current Atomic hook set.
175 pub fn is_installed_at(&self, path: &Path) -> bool {
176 hooks_file_has_current_atomic_hooks(path)
177 }
178
179 fn local_hooks_path(repo_root: &Path) -> PathBuf {
180 repo_root.join(CODEX_DIR).join(HOOKS_FILE)

Callers 3

is_installed_globalMethod · 0.80
is_installedMethod · 0.80

Tested by

no test coverage detected