MCPcopy Index your code
hub / github.com/reactive-python/reactpy / recv

Function recv

src/py/reactpy/reactpy/backend/flask.py:189–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 ws.send(json.dumps(value))
188
189 def recv() -> Any:
190 return json.loads(ws.receive())
191
192 _dispatch_in_thread(
193 ws,

Callers 2

_dispatch_in_threadFunction · 0.70
_single_incoming_loopFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected