Optional system-level active gateway file within the system config root.
()
| 85 | |
| 86 | /// Optional system-level active gateway file within the system config root. |
| 87 | pub fn system_active_gateway_path() -> PathBuf { |
| 88 | system_config_dir().join("active_gateway") |
| 89 | } |
| 90 | |
| 91 | /// Path to the file that stores the last-used sandbox name for a gateway. |
| 92 | /// |
no test coverage detected