MCPcopy
hub / github.com/miguelgrinberg/Flask-SocketIO / get_request_event2

Function get_request_event2

test_socketio.py:102–105  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

100
101
102def get_request_event2(data):
103 global request_event_data
104 request_event_data = request.event
105 emit('my custom response', data)
106
107
108socketio.on_event('yet another custom event', get_request_event2)

Callers

nothing calls this directly

Calls 1

emitFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…