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

Method get_capabilities

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

Source from the content-addressed store, hash-verified

181 type WatchSandboxesStream = DriverWatchStream;
182
183 async fn get_capabilities(
184 &self,
185 request: Request<GetCapabilitiesRequest>,
186 ) -> Result<tonic::Response<openshell_core::proto::compute::v1::GetCapabilitiesResponse>, Status>
187 {
188 let mut client = self.client();
189 client.get_capabilities(request).await
190 }
191
192 async fn validate_sandbox_create(
193 &self,

Callers 2

from_driverMethod · 0.45
wait_for_compute_driverFunction · 0.45

Calls 1

clientMethod · 0.80

Tested by

no test coverage detected