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

Method get_service

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

Source from the content-addressed store, hash-verified

325
326 #[rpc_auth(auth = "bearer", scope = "sandbox:read", role = "user")]
327 async fn get_service(
328 &self,
329 request: Request<GetServiceRequest>,
330 ) -> Result<Response<ServiceEndpointResponse>, Status> {
331 service::handle_get_service(&self.state, request).await
332 }
333
334 #[rpc_auth(auth = "bearer", scope = "sandbox:read", role = "user")]
335 async fn list_services(

Callers

nothing calls this directly

Calls 1

handle_get_serviceFunction · 0.85

Tested by

no test coverage detected