Skip to main content

handle

Function handle 

Source
pub async fn handle(_state: State<RouterState>) -> impl IntoResponse
Expand description

Health check handler.

This handler responds to GET /healthz requests with a deterministic, side-effect-free payload indicating daemon liveness.

ยงInvariant boundaries

This handler performs no IO, reads no storage, and mutates no runtime state.