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

Function _pwnFileSizeLabel

web/scripts/ragnar_modern.js:6259–6264  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

6257 _NETINT_RANK[dnsV] || 0, _NETINT_RANK[arpV] || 0, _NETINT_RANK[dhcpV] || 0)];
6258 renderNetIntegrity(state);
6259 }).catch(() => {
6260 state.dhcp = { verdict: 'unknown', reasons: [] };
6261 renderNetIntegrity(state);
6262 }).finally(() => {
6263 if (btn) { btn.disabled = false; btn.textContent = btn.dataset.orig || 'Check now'; }
6264 });
6265 return;
6266 }
6267 renderNetIntegrity(await fetchAPI('/api/net/integrity'));

Callers 1

_pwnFilesHTMLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected