MCPcopy 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
55pub 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///

Calls 2

system_gateways_dirFunction · 0.85
validated_gateway_nameFunction · 0.85

Tested by

no test coverage detected