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

Function testDeepScan

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

Source from the content-addressed store, hash-verified

3558
3559function wifiHmUndoAp() {
3560 _wifiHm.predictAps.pop();
3561 _wifiHmPersistAp();
3562 const st = document.getElementById('wifi-hm-design-status');
3563 const n = _wifiHm.predictAps.length;
3564 if (st) st.textContent = n ? `${n} node${n > 1 ? 's' : ''} placed.` : 'No nodes placed.';
3565 wifiHeatmapRender();
3566}

Callers

nothing calls this directly

Calls 1

triggerDeepScanFunction · 0.70

Tested by

no test coverage detected