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

Method list_sandboxes

crates/openshell-driver-vm/src/driver.rs:3043–3050  ·  view source on GitHub ↗
(
        &self,
        _request: Request<ListSandboxesRequest>,
    )

Source from the content-addressed store, hash-verified

3041 }
3042
3043 async fn list_sandboxes(
3044 &self,
3045 _request: Request<ListSandboxesRequest>,
3046 ) -> Result<Response<ListSandboxesResponse>, Status> {
3047 Ok(Response::new(ListSandboxesResponse {
3048 sandboxes: self.current_snapshots().await,
3049 }))
3050 }
3051
3052 async fn stop_sandbox(
3053 &self,

Callers

nothing calls this directly

Calls 1

current_snapshotsMethod · 0.45

Tested by

no test coverage detected