MCPcopy Index your code
hub / github.com/python-websockets/websockets / health_check

Function health_check

example/deployment/render/app.py:15–17  ·  view source on GitHub ↗
(connection, request)

Source from the content-addressed store, hash-verified

13
14
15def health_check(connection, request):
16 if request.path == "/healthz":
17 return connection.respond(http.HTTPStatus.OK, "OK\n")
18
19
20async def main():

Callers

nothing calls this directly

Calls 1

respondMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…