Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_text
Method · 0.45
receive_bytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected