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

Method health

crates/openshell-cli/tests/mtls_integration.rs:36–44  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<HealthRequest>,
    )

Source from the content-addressed store, hash-verified

34#[tonic::async_trait]
35impl OpenShell for TestOpenShell {
36 async fn health(
37 &self,
38 _request: tonic::Request<HealthRequest>,
39 ) -> Result<Response<HealthResponse>, Status> {
40 Ok(Response::new(HealthResponse {
41 status: ServiceStatus::Healthy.into(),
42 version: "test".to_string(),
43 }))
44 }
45
46 async fn create_sandbox(
47 &self,

Callers 4

gateway_statusFunction · 0.45
gateway_reachableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected