MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / callback

Function callback

webapp_modern.py:8922–8926  ·  view source on GitHub ↗
(event_type, event_data)

Source from the content-addressed store, hash-verified

8920 return network_data
8921
8922
8923@app.route('/api/network/stable')
8924def 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

Callers 5

_create_alertMethod · 0.70
_send_host_updateMethod · 0.50
onDataMethod · 0.50
onStateChangeMethod · 0.50

Calls 2

emitMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected