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

Function xdg_config_dir

crates/openshell-cli/src/tls.rs:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

tls_dir_for_gatewayFunction · 0.70
default_tls_dirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected