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

Method is_installed_global

atomic-agent/src/hooks/agy.rs:724–729  ·  view source on GitHub ↗

Check if hooks are installed in the global plugin.

(&self)

Source from the content-addressed store, hash-verified

722
723 /// Check if hooks are installed in the global plugin.
724 pub fn is_installed_global(&self) -> bool {
725 match Self::global_config_dir() {
726 Some(dir) => Self::is_installed_in(&dir),
727 None => false,
728 }
729 }
730
731 /// Parse the common base fields and build a TurnEvent with the session
732 /// ID and transcript path populated.

Callers 3

run_globalMethod · 0.45
run_globalMethod · 0.45
is_installedMethod · 0.45

Calls 1

global_config_dirFunction · 0.85

Tested by

no test coverage detected