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

Function _deferred_sync

webapp_modern.py:19822–19827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19820 return jsonify({
19821 'success': True,
19822 'logs': logs,
19823 'total': since_index + len(logs)
19824 })
19825 except Exception as e:
19826 logger.error(f"Error getting scan logs: {e}")
19827 return jsonify({'success': False, 'error': str(e)}), 500
19828
19829
19830@app.route('/api/vuln-advanced/scan/<scan_id>', methods=['DELETE'])

Callers

nothing calls this directly

Calls 3

sync_all_countsFunction · 0.85
infoMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected