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

Method list_sandboxes

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

Source from the content-addressed store, hash-verified

234
235 #[rpc_auth(auth = "bearer", scope = "sandbox:read", role = "user")]
236 async fn list_sandboxes(
237 &self,
238 request: Request<ListSandboxesRequest>,
239 ) -> Result<Response<ListSandboxesResponse>, Status> {
240 sandbox::handle_list_sandboxes(&self.state, request).await
241 }
242
243 #[rpc_auth(auth = "bearer", scope = "sandbox:read", role = "user")]
244 async fn list_sandbox_providers(

Callers

nothing calls this directly

Calls 1

handle_list_sandboxesFunction · 0.85

Tested by

no test coverage detected