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

Function _wdSig

web/scripts/ragnar_modern.js:18151–18158  ·  view source on GitHub ↗
(type, items, keyFn)

Source from the content-addressed store, hash-verified

18149 const cached = getCachedWifiNetworkResult(interfaceName);
18150 if (!cached) {
18151 return false;
18152 }
18153 displayWifiNetworks(cached, { forceInterface: interfaceName, skipInterfaceCheck: true, fromCache: true });
18154 return true;
18155}
18156
18157function handleWifiInterfaceChange(event) {
18158 const nextInterface = (event?.target?.value || '').trim() || null;
18159 setSelectedWifiInterface(nextInterface);
18160}
18161

Callers 4

loadWardrivingNetworksFunction · 0.70
_loadWardrivingBluetoothFunction · 0.70
_loadWardrivingCellTableFunction · 0.70
_loadWardrivingCamerasFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected