MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / healthz

Function healthz

examples/server/server.py:16332–16333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16330
16331 @app.get("/healthz", response_model=HealthzResponse)
16332 async def healthz() -> HealthzResponse: # pyright: ignore[reportUnusedFunction]
16333 return HealthzResponse()
16334
16335 @app.get("/metrics")
16336 async def metrics() -> Response: # pyright: ignore[reportUnusedFunction]

Callers

nothing calls this directly

Calls 1

HealthzResponseClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…