(&self)
| 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 = [ |
no outgoing calls
no test coverage detected