Path to the file that stores the active gateway name. Location: `$XDG_CONFIG_HOME/openshell/active_gateway`
()
| 60 | /// |
| 61 | /// Location: `$XDG_CONFIG_HOME/openshell/active_gateway` |
| 62 | pub fn user_active_gateway_path() -> Result<PathBuf> { |
| 63 | Ok(openshell_config_dir()?.join("active_gateway")) |
| 64 | } |
| 65 | |
| 66 | /// Base directory for all gateway metadata files. |
| 67 | /// |
no test coverage detected