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

Method gateway_name

crates/openshell-cli/src/tls.rs:65–67  ·  view source on GitHub ↗

Return the gateway name, if set.

(&self)

Source from the content-addressed store, hash-verified

63
64 /// Return the gateway name, if set.
65 pub fn gateway_name(&self) -> Option<&str> {
66 self.gateway_name.as_deref()
67 }
68
69 /// Set the gateway name for cert directory resolution.
70 #[must_use]

Callers 2

ssh_session_configFunction · 0.80
sandbox_createFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected