MCPcopy
hub / github.com/encode/starlette / rcv

Function rcv

tests/test_requests.py:584–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

582 messages = messages.copy()
583
584 async def rcv() -> Message:
585 return {"type": "http.request", **messages.pop(0)}
586
587 request = Request({"type": "http"}, rcv)
588

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected