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

Function refreshAttackLogs

web/scripts/ragnar_modern.js:4938–4940  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4936 try {
4937 const data = await postAPI('/api/net/speedtest', { interface: iface });
4938 if (!data.success) {
4939 out.innerHTML = data.missing_tool
4940 ? _ndMissingTool(data, 'runSpeedtest')
4941 : '<p class="text-sm text-red-400">Error: ' + escapeHtml(data.error || 'failed') + '</p>';
4942 return;
4943 }

Callers

nothing calls this directly

Calls 1

loadAttackLogsFunction · 0.70

Tested by

no test coverage detected