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

Function receive

tests/middleware/test_base.py:302–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 async def receive() -> Message:
303 raise NotImplementedError("Should not be called!")
304
305 async def send(message: Message) -> None:
306 if message["type"] == "http.response.body":

Calls

no outgoing calls

Tested by

no test coverage detected