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

Function get_request_event

test_socketio.py:96–99  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

94@socketio.on('other custom event')
95@socketio.on('and another custom event')
96def get_request_event(data):
97 global request_event_data
98 request_event_data = request.event
99 emit('my custom response', data)
100
101
102def get_request_event2(data):

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…