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

Function user_gateway_dir

crates/openshell-bootstrap/src/paths.rs:51–53  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

49}
50
51pub fn user_gateway_dir(name: &str) -> Result<PathBuf> {
52 Ok(user_gateways_dir()?.join(validated_gateway_name(name)?))
53}
54
55pub fn system_gateway_dir(name: &str) -> Result<PathBuf> {
56 Ok(system_gateways_dir().join(validated_gateway_name(name)?))

Callers 7

cli_mtls_dirFunction · 0.85
edge_token_pathFunction · 0.85
legacy_token_pathFunction · 0.85
oidc_token_pathFunction · 0.85
last_sandbox_pathFunction · 0.85

Calls 2

user_gateways_dirFunction · 0.85
validated_gateway_nameFunction · 0.85

Tested by

no test coverage detected