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

Function global_config_dir

atomic-config/src/lib.rs:370–372  ·  view source on GitHub ↗

Get the global configuration directory

()

Source from the content-addressed store, hash-verified

368
369/// Get the global configuration directory
370pub fn global_config_dir() -> Option<PathBuf> {
371 dirs::home_dir().map(|p| p.join(".atomic"))
372}
373
374/// Get the global configuration file path
375pub fn global_config_path() -> Option<PathBuf> {

Callers 5

plugin_presentMethod · 0.85
is_plugin_installedMethod · 0.85
load_global_ignoreFunction · 0.85
global_ignore_pathFunction · 0.85
global_config_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected