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

Method list_services

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

Source from the content-addressed store, hash-verified

333
334 #[rpc_auth(auth = "bearer", scope = "sandbox:read", role = "user")]
335 async fn list_services(
336 &self,
337 request: Request<ListServicesRequest>,
338 ) -> Result<Response<ListServicesResponse>, Status> {
339 service::handle_list_services(&self.state, request).await
340 }
341
342 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
343 async fn delete_service(

Callers

nothing calls this directly

Calls 1

handle_list_servicesFunction · 0.85

Tested by

no test coverage detected