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

Function handle_status_request

webapp_modern.py:14417–14423  ·  view source on GitHub ↗

Handle status update request

()

Source from the content-addressed store, hash-verified

14415
14416
14417@app.route('/api/kill', methods=['POST'])
14418def kill_switch():
14419 """
14420 EDUCATIONAL KILL SWITCH - Complete data erasure endpoint
14421
14422 This endpoint provides a secure way to completely wipe all data after educational
14423 demonstrations. Deletion order:
14424 1. Delete ragnar.db database file
14425 2. Delete entire data/ folder
14426 3. Delete entire Ragnar/ repository

Callers

nothing calls this directly

Calls 2

get_current_statusFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected