Skip to main content

healthy

Function healthy 

Source
async fn healthy<SyncStatus>(
    ctx: &HealthCtx<SyncStatus>,
) -> Response<Full<Bytes>>
where SyncStatus: ChainSyncStatus + Clone + Send + Sync + 'static,