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

Function startAirohaRaceScan

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

Source from the content-addressed store, hash-verified

10355 '</thead><tbody>' +
10356 d.routers.map(r => {
10357 const badge = r.baseline ? '<span class="text-green-400">✓ known</span>' : '<span class="text-amber-300">? new</span>';
10358 const auth = r.auth ? '<span class="text-green-400">yes</span>' : '<span class="text-amber-300">none</span>';
10359 return `<tr class="border-t border-slate-800">
10360 <td class="px-2 py-1 font-mono ${r.baseline ? '' : 'text-amber-300'}">${escapeHtml(r.src)}</td>
10361 <td class="px-2 py-1 font-mono">${(r.as || []).join(', ') || '?'}</td>
10362 <td class="px-2 py-1 text-gray-400">${escapeHtml(r.af)}</td>
10363 <td class="px-2 py-1">${auth}</td>
10364 <td class="px-2 py-1">${badge}</td>
10365 </tr>`;
10366 }).join('') +
10367 '</tbody></table>';
10368 }
10369 if ((d.prefixes || []).length) {

Callers

nothing calls this directly

Calls 1

runCveScanFunction · 0.85

Tested by

no test coverage detected