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

Function cli_mtls_temp_dir

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

Source from the content-addressed store, hash-verified

82}
83
84fn cli_mtls_temp_dir(name: &str) -> Result<PathBuf> {
85 Ok(cli_mtls_dir(name)?.with_extension("tmp"))
86}
87
88fn cli_mtls_backup_dir(name: &str) -> Result<PathBuf> {
89 Ok(cli_mtls_dir(name)?.with_extension("bak"))

Callers 1

store_pki_bundleFunction · 0.85

Calls 1

cli_mtls_dirFunction · 0.85

Tested by

no test coverage detected