MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / system_active_gateway_path

Function system_active_gateway_path

crates/openshell-bootstrap/src/paths.rs:87–89  ·  view source on GitHub ↗

Optional system-level active gateway file within the system config root.

()

Source from the content-addressed store, hash-verified

85
86/// Optional system-level active gateway file within the system config root.
87pub 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///

Callers 1

load_active_gatewayFunction · 0.85

Calls 1

system_config_dirFunction · 0.85

Tested by

no test coverage detected