Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ system_gateway_dir
Function
system_gateway_dir
crates/openshell-bootstrap/src/paths.rs:55–57 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
53
}
54
55
pub fn system_gateway_dir(name: &str) -> Result<PathBuf> {
56
Ok(system_gateways_dir().join(validated_gateway_name(name)?))
57
}
58
59
/// Path to the file that stores the active gateway name.
60
///
Callers
2
system_gateway_metadata_path
Function · 0.85
system_gateway_dir_rejects_multi_component_gateway_names
Function · 0.85
Calls
2
system_gateways_dir
Function · 0.85
validated_gateway_name
Function · 0.85
Tested by
no test coverage detected