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

Method tls_enabled

crates/openshell-driver-podman/src/config.rs:144–146  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

142 /// Returns `true` when all three TLS paths are configured.
143 #[must_use]
144 pub fn tls_enabled(&self) -> bool {
145 self.guest_tls_ca.is_some() && self.guest_tls_cert.is_some() && self.guest_tls_key.is_some()
146 }
147
148 /// Validate TLS configuration consistency.
149 ///

Callers 5

newMethod · 0.80
build_envFunction · 0.80

Calls

no outgoing calls