MCPcopy Create free account
hub / github.com/Tong89/smartNode / get_simulation_data

Function get_simulation_data

backend/api.py:127–129  ·  view source on GitHub ↗

获取仿真数据

()

Source from the content-addressed store, hash-verified

125# ==========================================
126@app.route('/api/data')
127def get_simulation_data():
128 """获取仿真数据"""
129 return jsonify(simulation_engine.get_system_data())
130
131
132@app.route('/api/debug_status')

Callers

nothing calls this directly

Calls 1

get_system_dataMethod · 0.80

Tested by

no test coverage detected