MCPcopy
hub / github.com/stitionai/devika / test_connect

Function test_connect

devika.py:54–56  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

52# initial socket
53@socketio.on('socket_connect')
54def test_connect(data):
55 print("Socket connected :: ", data)
56 emit_agent("socket_response", {"data": "Server Connected"})
57
58
59@app.route("/api/data", methods=["GET"])

Callers

nothing calls this directly

Calls 1

emit_agentFunction · 0.90

Tested by

no test coverage detected