MCPcopy
hub / github.com/nonebot/nonebot2 / receive

Method receive

nonebot/drivers/quart.py:260–261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

258 @override
259 @catch_closed
260 async def receive(self) -> str | bytes:
261 return await self.websocket.receive()
262
263 @override
264 @catch_closed

Callers 2

receive_textMethod · 0.45
receive_bytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected