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

Method put_message

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

Source from the content-addressed store, hash-verified

1408 return self.response
1409
1410 def put_message(self, message: dict[str, Any]) -> None:
1411 self.app_queue.put_nowait(message)
1412
1413 async def receive(self) -> dict[str, Any]:
1414 """Receive messages in the queue."""

Callers 2

__call__Method · 0.95
sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected