Base directory for all gateway metadata files. Location: `$XDG_CONFIG_HOME/openshell/gateways/`
()
| 67 | /// |
| 68 | /// Location: `$XDG_CONFIG_HOME/openshell/gateways/` |
| 69 | pub fn user_gateways_dir() -> Result<PathBuf> { |
| 70 | Ok(openshell_config_dir()?.join("gateways")) |
| 71 | } |
| 72 | |
| 73 | /// Read-only system-level `OpenShell` config root. |
| 74 | /// |
no test coverage detected