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

Function on_custom_event_test2

test_socketio.py:121–122  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

119
120
121def on_custom_event_test2(data):
122 emit('my custom namespace response', data, namespace='/test')
123
124
125socketio.on_event('yet another custom namespace event', on_custom_event_test2,

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…