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

Function refreshBluetoothStatus

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

Source from the content-addressed store, hash-verified

9641async function loadNetworkData() {
9642 try {
9643 // Use the new stable network data endpoint
9644 await loadStableNetworkData();
9645
9646 // Update the status detection info banner with current config
9647 updateNetworkStatusBanner();
9648 } catch (error) {
9649 console.error('Error loading network data:', error);
9650 addConsoleMessage('Failed to load network data', 'error');
9651 }
9652}
9653
9654async function loadNetworkData() {
9655 try {
9656 // Use the new stable network data endpoint
9657 await loadStableNetworkData();
9658

Callers 4

setupAutoRefreshFunction · 0.70
loadTabDataFunction · 0.70
loadConnectDataFunction · 0.70
loadPentestDataFunction · 0.70

Calls 3

errorMethod · 0.80
fetchAPIFunction · 0.70
updateBluetoothStatusFunction · 0.70

Tested by

no test coverage detected