Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ receive
Function
receive
python/vercel-runtime/src/vercel_runtime/vc_init.py:1310–1311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1308
}
1309
1310
async
def
receive() -> dict[str, Any]:
1311
return
await _lifespan_receive_queue.get()
1312
1313
async
def
send(message: dict[str, Any]) -> None:
1314
await _lifespan_send_queue.put(message)
Callers
10
_read_body
Function · 0.85
app
Function · 0.85
drain_body
Function · 0.85
app
Function · 0.85
inner_receive
Method · 0.85
__call__
Method · 0.85
app
Function · 0.85
app
Function · 0.85
app
Function · 0.85
app
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected