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

Method with_gateway_name

crates/openshell-cli/src/tls.rs:71–76  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

69 /// Set the gateway name for cert directory resolution.
70 #[must_use]
71 pub fn with_gateway_name(&self, name: &str) -> Self {
72 Self {
73 gateway_name: Some(name.to_string()),
74 ..self.clone()
75 }
76 }
77
78 #[must_use]
79 pub fn with_default_paths(&self, server: &str) -> Self {

Callers 4

mainFunction · 0.80
completion_grpc_clientFunction · 0.80
gateway_addFunction · 0.80
test_tlsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_tlsFunction · 0.64