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

Function loadWardrivingOnBootState

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

Source from the content-addressed store, hash-verified

17678 dashboardStatsRequestState = null;
17679 }
17680 }
17681 })();
17682
17683 dashboardStatsRequestState = { key: cacheKey, promise: requestPromise };
17684 return requestPromise;
17685}
17686
17687async function refreshDashboardStatsForCurrentSelection(options = {}) {
17688 const { forceRefresh = false, fallbackData = null } = options;
17689 try {
17690 const stats = await fetchDashboardStatsForSelection({ forceRefresh });

Callers 2

loadConfigDataFunction · 0.70
loadWardrivingDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected