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

Function sandboxes_root_dir

crates/openshell-driver-vm/src/driver.rs:4165–4167  ·  view source on GitHub ↗
(root: &Path)

Source from the content-addressed store, hash-verified

4163}
4164
4165fn sandboxes_root_dir(root: &Path) -> PathBuf {
4166 root.join("sandboxes")
4167}
4168
4169async fn create_private_dir_all(path: &Path) -> Result<(), std::io::Error> {
4170 tokio::fs::create_dir_all(path).await?;

Callers 4

new_with_extensionsMethod · 0.85
sandbox_state_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected