MCPcopy Create free account
hub / github.com/vercel/vercel / send

Function send

python/vercel-runtime/src/vercel_runtime/vc_init.py:1313–1314  ·  view source on GitHub ↗
(message: dict[str, Any])

Source from the content-addressed store, hash-verified

1311 return await _lifespan_receive_queue.get()
1312
1313 async def send(message: dict[str, Any]) -> None:
1314 await _lifespan_send_queue.put(message)
1315
1316 # Start the lifespan coroutine as a background task.
1317 # Store in outer scope to prevent GC (event loop holds weak refs).

Callers 14

send_json_responseFunction · 0.70
__call__Method · 0.70
send_wrapperMethod · 0.70
appFunction · 0.70
inner_sendMethod · 0.50
senderMethod · 0.50
service_unavailableFunction · 0.50
appFunction · 0.50
appFunction · 0.50
appFunction · 0.50
appFunction · 0.50
appFunction · 0.50

Calls 1

putMethod · 0.80

Tested by

no test coverage detected