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

Function toggleAdvVulnScanFindings

web/scripts/ragnar_modern.js:19137–19144  ·  view source on GitHub ↗
(scanId)

Source from the content-addressed store, hash-verified

19135}
19136
19137// ============================================================================
19138// DASHBOARD UPDATES
19139// ============================================================================
19140
19141async function refreshDashboard() {
19142 try {
19143 const data = await fetchAPI('/api/status');
19144 updateDashboardStatus(data);
19145 await refreshDashboardStatsForCurrentSelection({ forceRefresh: true, fallbackData: data });
19146 } catch (error) {
19147 console.error('Error refreshing dashboard:', error);

Callers

nothing calls this directly

Calls 3

addMethod · 0.80
updateActiveScansFunction · 0.70
deleteMethod · 0.45

Tested by

no test coverage detected