MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / get

Function get

22_websockets_server/python/fastapi_ws.py:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35@app.get("/")
36async def get():
37 with open('../static/index.html') as f:
38 html = f.read()
39 return HTMLResponse(html)
40
41
42@app.websocket("/chat")

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
monte_carlo_piFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected