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

Method create_sandbox

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

Source from the content-addressed store, hash-verified

219 }
220
221 async fn create_sandbox(
222 &self,
223 request: Request<CreateSandboxRequest>,
224 ) -> Result<tonic::Response<openshell_core::proto::compute::v1::CreateSandboxResponse>, Status>
225 {
226 let mut client = self.client();
227 client.create_sandbox(request).await
228 }
229
230 async fn stop_sandbox(
231 &self,

Calls 11

clientMethod · 0.80
object_idMethod · 0.80
update_from_sandboxMethod · 0.80
object_nameMethod · 0.80
notifyMethod · 0.80
codeMethod · 0.80
remove_sandboxMethod · 0.80
messageMethod · 0.80
put_ifMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected