()
| 160 | } |
| 161 | |
| 162 | fn xdg_config_dir() -> Result<PathBuf> { |
| 163 | openshell_core::paths::xdg_config_dir() |
| 164 | } |
| 165 | |
| 166 | pub fn require_tls_materials(server: &str, tls: &TlsOptions) -> Result<TlsMaterials> { |
| 167 | let resolved = tls.with_default_paths(server); |
no outgoing calls
no test coverage detected