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

Function networkAwareFetch

web/scripts/ragnar_modern.js:11659–11662  ·  view source on GitHub ↗
(endpoint, options = {})

Source from the content-addressed store, hash-verified

11657 statusEl.classList.remove('hidden');
11658 return;
11659 }
11660
11661 try {
11662 const result = await postAPI('/api/auth/change-password', {
11663 current_password: currentPw,
11664 new_password: newPw
11665 });

Callers 15

startRealtimeScanFunction · 0.70
triggerDeepScanFunction · 0.70
openHostPanelFunction · 0.70
scanSingleHostFunction · 0.70
loadAttackLogsFunction · 0.70
performPwnUpdateFunction · 0.70
stashAndUpdatePwnFunction · 0.70
checkServiceFunction · 0.70
runManualLynisPentestFunction · 0.70
fetchAPIFunction · 0.70
postAPIFunction · 0.70
loadFilesFunction · 0.70

Calls 1

Tested by

no test coverage detected