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

Method delete_sandbox

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

Source from the content-addressed store, hash-verified

266
267 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
268 async fn delete_sandbox(
269 &self,
270 request: Request<DeleteSandboxRequest>,
271 ) -> Result<Response<DeleteSandboxResponse>, Status> {
272 sandbox::handle_delete_sandbox(&self.state, request).await
273 }
274
275 // --- Exec ---
276

Callers 1

Calls 1

handle_delete_sandboxFunction · 0.85

Tested by

no test coverage detected