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

Function cli_mtls_dir

crates/openshell-bootstrap/src/mtls.rs:80–82  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

78}
79
80fn cli_mtls_dir(name: &str) -> Result<PathBuf> {
81 Ok(user_gateway_dir(name)?.join("mtls"))
82}
83
84fn cli_mtls_temp_dir(name: &str) -> Result<PathBuf> {
85 Ok(cli_mtls_dir(name)?.with_extension("tmp"))

Callers 3

store_pki_bundleFunction · 0.85
cli_mtls_temp_dirFunction · 0.85
cli_mtls_backup_dirFunction · 0.85

Calls 1

user_gateway_dirFunction · 0.85

Tested by

no test coverage detected