MCPcopy Create free account
hub / github.com/emwalker/digraph / health

Function health

backend/src/bin/api.rs:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55pub(crate) async fn health() -> impl IntoResponse {
56 let health = Health { healthy: true };
57 (StatusCode::OK, Json(health))
58}
59
60async fn graphql_handler(
61 schema: Extension<ServiceSchema>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected