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

Function updateElement

web/scripts/ragnar_modern.js:11836–11844  ·  view source on GitHub ↗
(id, value)

Source from the content-addressed store, hash-verified

11834 <svg class="w-8 h-8 inline animate-spin mb-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
11835 <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"></path>
11836 </svg>
11837 <p>Loading service intelligence...</p>
11838 </div>
11839 `;
11840
11841 const data = await fetchAPI('/api/vulnerability-intel');
11842
11843 if (!data) {
11844 container.innerHTML = `
11845 <div class="text-center text-red-400 py-8">
11846 <p>Error loading service intelligence</p>
11847 </div>

Callers 15

updateDashboardStatsFunction · 0.70
updatePwnagotchiUIFunction · 0.70
updatePwnDiscoveredCardFunction · 0.70
checkForUpdatesFunction · 0.70
fixGitConfigFunction · 0.70
resolveGitConflictsFunction · 0.70
performUpdateFunction · 0.70
setButtonStateFunction · 0.70
autoStashAndUpdateFunction · 0.70
verifyServiceRestartFunction · 0.70
checkServiceFunction · 0.70
restartServiceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected