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