(event_type, event_data)
| 8920 | return network_data |
| 8921 | |
| 8922 | |
| 8923 | @app.route('/api/network/stable') |
| 8924 | def get_stable_network_data(): |
| 8925 | """Get stable, aggregated network data for the Network tab from SQLite database""" |
| 8926 | with _network_context_from_request(): |
| 8927 | try: |
| 8928 | db = get_db(currentdir=shared_data.currentdir) |
| 8929 |
no test coverage detected