Get the global configuration directory
()
| 350 | |
| 351 | /// Get the global configuration directory |
| 352 | pub fn global_config_dir() -> Option<PathBuf> { |
| 353 | dirs::home_dir().map(|p| p.join(".atomic")) |
| 354 | } |
| 355 | |
| 356 | /// Get the global configuration file path |
| 357 | pub fn global_config_path() -> Option<PathBuf> { |
no outgoing calls
no test coverage detected