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

Method create_sandbox

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

Source from the content-addressed store, hash-verified

208
209 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
210 async fn create_sandbox(
211 &self,
212 request: Request<CreateSandboxRequest>,
213 ) -> Result<Response<SandboxResponse>, Status> {
214 sandbox::handle_create_sandbox(&self.state, request).await
215 }
216
217 type WatchSandboxStream = ReceiverStream<Result<SandboxStreamEvent, Status>>;
218

Callers 1

Calls 1

handle_create_sandboxFunction · 0.85

Tested by

no test coverage detected