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

Method validate_sandbox_create

crates/openshell-server/src/compute/mod.rs:192–201  ·  view source on GitHub ↗
(
        &self,
        request: Request<ValidateSandboxCreateRequest>,
    )

Source from the content-addressed store, hash-verified

190 }
191
192 async fn validate_sandbox_create(
193 &self,
194 request: Request<ValidateSandboxCreateRequest>,
195 ) -> Result<
196 tonic::Response<openshell_core::proto::compute::v1::ValidateSandboxCreateResponse>,
197 Status,
198 > {
199 let mut client = self.client();
200 client.validate_sandbox_create(request).await
201 }
202
203 async fn get_sandbox(
204 &self,

Calls 2

clientMethod · 0.80

Tested by

no test coverage detected