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

Method requires_tls_materials

crates/openshell-driver-vm/src/driver.rs:300–302  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

298 }
299
300 fn requires_tls_materials(&self) -> bool {
301 self.openshell_endpoint.starts_with("https://")
302 }
303
304 fn tls_paths(&self) -> Result<Option<VmDriverTlsPaths>, String> {
305 let provided = [

Callers 2

tls_pathsMethod · 0.80
build_guest_environmentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected