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

Function hasCachedWifiNetworks

web/scripts/ragnar_modern.js:8785–8787  ·  view source on GitHub ↗
(interfaceName)

Source from the content-addressed store, hash-verified

8783 return `<tr class="border-t border-slate-800">
8784 <td class="px-2 py-1 font-mono ${r.baseline ? '' : 'text-amber-300'}">${escapeHtml(r.src)}</td>
8785 <td class="px-2 py-1 font-mono">${(r.as || []).join(', ') || '?'}</td>
8786 <td class="px-2 py-1 text-gray-400">${escapeHtml(r.af)}</td>
8787 <td class="px-2 py-1">${auth}</td>
8788 <td class="px-2 py-1">${badge}</td>
8789 </tr>`;
8790 }).join('') +

Callers

nothing calls this directly

Calls 2

BooleanClass · 0.85

Tested by

no test coverage detected