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