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

Method validate_sandbox_create

crates/openshell-driver-podman/src/driver.rs:353–359  ·  view source on GitHub ↗

Validate a sandbox before creation.

(
        &self,
        sandbox: &DriverSandbox,
    )

Source from the content-addressed store, hash-verified

351
352 /// Validate a sandbox before creation.
353 pub async fn validate_sandbox_create(
354 &self,
355 sandbox: &DriverSandbox,
356 ) -> Result<(), ComputeDriverError> {
357 let _ = self.validated_sandbox_create(sandbox).await?;
358 Ok(())
359 }
360
361 async fn validated_sandbox_create<'a>(
362 &self,

Calls 1

Tested by

no test coverage detected