MCPcopy 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_bodyFunction · 0.85
appFunction · 0.85
drain_bodyFunction · 0.85
appFunction · 0.85
inner_receiveMethod · 0.85
__call__Method · 0.85
appFunction · 0.85
appFunction · 0.85
appFunction · 0.85
appFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected